feat(Gruntfile.js): Added package-c task which creates a unified single header css-layout.h for use in C code ;

This commit is contained in:
Pierre Renaux
2015-08-13 16:56:41 +08:00
parent 3e0a3697df
commit fee4d39367
4 changed files with 1354 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-eslint": "^17.1.0",