npm: One tool to rule them all...
February 02, 2015
After trying to sort out what a toolset should be for standard JS / HTML / possibly Node development, I'm narrowing on just using npm. Here's the reference material that got me to this place:
npm as front-end package management (bower replacement)- https://github.com/bower/bower/issues/1520
- http://blog.kewah.com/2014/npm-as-a-front-end-package-manager/
- http://dontkry.com/posts/code/using-npm-on-the-client-side.html
- http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/
- http://superbigtree.tumblr.com/post/59519017137/introduction-to-grunt-js-and-npm-scripts-and
Here's a link to the package.json file that I'm playing with now - it's mostly based on the package.json file in this project.
So, lets see if it works without too many weird hoops...