Use latest hipster tools to manage assets

This commit is contained in:
Frederic Guillot
2016-05-15 12:33:44 -04:00
parent 68c087e85c
commit c15c4ba0f4
105 changed files with 7636 additions and 355 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "kanboard",
"dependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-clean-css": "^2.0.7",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.3"
}
}