lynnaloo / mullet

Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
http://www.mullet.run
MIT License
194 stars 39 forks source link

Move from Grunt to ? #16

Closed lynnaloo closed 9 years ago

lynnaloo commented 9 years ago

Can better deal with source maps/debugging with Gulp.

MylesBorins commented 9 years ago

I already got started on an npm only version that would also provide source maps / debugging

It is the options -dv to the browserify / watchify cli

You can find the start here --> https://github.com/thealphanerd/mullet/tree/remove-grunt

It is super rough and not stable though

lynnaloo commented 9 years ago

Great! Thanks for the help.