Add grunt build-assets task

This commit is contained in:
Nicolas Le Goff
2013-08-12 17:59:13 +02:00
parent 341bb887e4
commit 74fc121fb6
11 changed files with 314 additions and 83 deletions

View File

@@ -6,6 +6,10 @@
"mocha-phantomjs": ">=2.0 <3.0",
"recess": ">=1.1.0 <1.1.7",
"uglify-js": "latest",
"phantomjs": "latest"
"phantomjs": "latest",
"grunt": "~0.4.1",
"grunt-contrib": "latest",
"grunt-bower-task": "latest",
"grunt-bower-postinst": "latest"
}
}