Beluga Posted January 1, 2015 Share Posted January 1, 2015 http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/ Follow-up to this: http://blog.keithcirkel.co.uk/why-we-should-stop-using-grunt/ There are problems on Windows (surprise?). This approach looks appealing to me after just having set up Foundation with the whole Grunt shebang. The idea is that you face the same learning overhead with the configs of a build tool as with the options of a specific command line utility, so why not use the command line utils via npm? Build tools like Grunt or Gulp also bring other types of complexity to your workflow, especially as time goes on and backwards compatibility breaks somewhere in your toolbox. 2 Link to comment Share on other sites More sharing options...
Recommended Posts