/gulp-rollup-babel-nodemon

Working out a toolchain to use Rollup module bundler with Babel, nodemon and node-inspector.

Primary LanguageJavaScript

A NodeJS Development toolchain using...

I originally tried to get this all working using npm scripts alone, but encountered various issues. Using gulp is a useful way to compose all the above tools.

This won't scale well for very large apps as it actually transpiles, bundles and writes built file to disk before running. It works for now if you want to getting up-and-running quickly with this workflow, but it can definitely be improved...