Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
grunt-ts-watch
Advanced tools
[![Build Status](https://travis-ci.org/noomorph/grunt-ts-watch.svg?branch=master)](https://travis-ci.org/noomorph/grunt-ts-watch) [![View this project on NPM](https://img.shields.io/npm/v/grunt-ts-watch.svg)](https://npmjs.org/package/grunt-ts-watch) [![V
A bit hacky but also a bit smarter Grunt TypeScript task exploiting tsc --watch
mode for faster execution between runs.
Add a section for ts-watch
with a target (e.g. app
) in Gruntfile.js
like below:
{
/* ... */
'ts-watch': {
'app': { /*** below are the default values: ***/
compiler: './node_modules/.bin/tsc',
compilerArgs: [],
timeout: 30000,
}
}
/* ... */
}
Make sure you load it somewhere like this (or any other suitable way for you):
grunt.loadNpmTasks('grunt-ts-watch');
Check task's functioning by running in CLI:
grunt --verbose ts-watch:app
This solution originated in this StackOverflow discussion.
Many thanks to @unional who suggested to look here at his workaround.
I owe you my inspiration.
Copyright (c) 2017- Yaroslav Serhieiev @noomorph
Licensed under the MIT license.
FAQs
[![Build Status](https://travis-ci.org/noomorph/grunt-ts-watch.svg?branch=master)](https://travis-ci.org/noomorph/grunt-ts-watch) [![View this project on NPM](https://img.shields.io/npm/v/grunt-ts-watch.svg)](https://npmjs.org/package/grunt-ts-watch) [![V
We found that grunt-ts-watch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.