|
|
|
|
|
by noir_lord
3806 days ago
|
|
I went the other way as well and used Python with Envoy to call every thing from the command line. It's quick, easy to debug (arguments to commands can be dumped in debug mode, run manually etc). Also for certain tasks Python annihilates Gulp plugins. This is a production example (not pretty code per se) http://kopy.io/yvEGl when combined with intellij watchers this makes it very easy to rebuild on change. |
|