Antonio 11 December 2013 Thanks so much, just the article I need right now. Just one little thing that might confuse beginners: When you describe installing concat, after the line “npm install grunt-contrib-concat —save-dev” when you describe what gets added to package.json, you write: “grunt-contrib-uglify”: “~0.2.2” Shouldn’t that be “grunt-contrib-concat”: “~0.3.0”?
Thanks so much, just the article I need right now.
Just one little thing that might confuse beginners:
When you describe installing concat, after the line
“npm install grunt-contrib-concat —save-dev”
when you describe what gets added to package.json, you write:
“grunt-contrib-uglify”: “~0.2.2”
Shouldn’t that be
“grunt-contrib-concat”: “~0.3.0”?