wip: css cleanup

This commit is contained in:
Florian BLOUET
2015-11-23 12:09:33 +01:00
parent 9f823c254e
commit ff7daad804
34 changed files with 1098 additions and 1082 deletions

View File

@@ -6,6 +6,7 @@
"bower-files": "^3.11.3",
"browser-sync": "^2.10.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.4",
@@ -23,5 +24,9 @@
"tmp": "0.0.23",
"uglify-js": "latest",
"wrench": "^1.5.8"
},
"scripts": {
"build": "./node_modules/.bin/gulp build;",
"postinstall": "./node_modules/.bin/gulp install;"
}
}