grunt-watchify icon indicating copy to clipboard operation
grunt-watchify copied to clipboard

Grunt task for node-browserify

Results 13 grunt-watchify issues
Sort by recently updated
recently updated
newest added

Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...

``` Warning: Unable to create directory "/Users/kumavis/dev/metamask-crx/dist/scripts" (Error code: EEXIST). Use --force to continue. ```

Fixes #2, #3, #4, #5, #6, & #8. Changes the interface to more closely match grunt-browserify while preserving the `keepalive` option. Uses watchify directly, sharing caches across bundles when building...

Added the ability to pass in the extensions option. This is very valuable because it means you can then use grunt-watchify with coffeescript. It should also be really easy to...

No commits for 9 months...

I have a package.json that names grunt-watchify v0.1.0 as a dependency and this repository as the code source. However, no release is tagged in this repo so I can't tell...

Is it possible to add the ability to pass also the browserify options? I'm mostly interested in the extensions array, so I can make it work with coffeescript. Thanks!

Depends on substack/watchify#6. When bundling multiple files depending on a common set of modules, sharing the dependency and package caches can significantly speed up the initial build.

I'd like to use grunt-watchify for development, test, and production builds so I only need to configure 1 task in my Gruntfile and all builds benefit from watchify's shared cache...

Ideally support Grunt's [files configuration](http://gruntjs.com/configuring-tasks#files) style to build multiple bundles with one grunt target. Related to #4. Grunt-browserify already supports this configuration style.