Enable client-side source maps for CoffeeScript

This commit is contained in:
Andrew Miner
2014-12-28 12:58:32 -08:00
parent a3723dd667
commit ef1e9816c1
2 changed files with 15 additions and 3 deletions
+3 -1
View File
@@ -18,13 +18,15 @@
"homepage": "https://github.com/andrewminer/crafting-guide",
"devDependencies": {
"coffeeify": "^1.0.0",
"express": "^4.10.6",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jade": "^0.13.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1"
"grunt-contrib-watch": "^0.6.1",
"grunt-exorcise": "^0.2.0"
},
"dependencies": {
"backbone": "^1.1.2",