Optimize CSS and JS

This commit is contained in:
Pierre Rudloff 2014-12-30 00:38:34 +01:00
parent e9d6da02ef
commit 798b1fd548
6 changed files with 63 additions and 15 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "alltube",
"version": "0.1.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1"
}
}