Skip to content

poonwu/grunt-browserify-parcelify-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing grunt-browserify with parcelify

I tried to find a workaround for grunt-browserify and parcelify. After researching the cause, it seems grunt-browserify is causing async.setImmediate to stop working after 1st async.waterfall task finished. This is certainly due to default setImmediate not working properly, so I forced async.setImmediate to fallback to process.nextTick in my grunt config.

Usage

grunt

About

Parcelify test project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published