[enh] themes static content refactor

This commit is contained in:
Adam Tauber 2015-01-01 17:48:12 +01:00
parent e3957d6adf
commit 9f12605f7e
184 changed files with 19 additions and 10 deletions

View file

@ -0,0 +1,15 @@
{
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch" : "~0.6.1",
"grunt-contrib-concat" : "~0.5.0",
"grunt-contrib-jshint" : "~0.10.0"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
}
}