Improve build scripts of Web frontend

This commit is contained in:
Francis Lachapelle
2014-11-11 22:31:24 -05:00
parent fc2acebd17
commit 4a2b852699
4 changed files with 50 additions and 14 deletions
+9 -8
View File
@@ -1,10 +1,11 @@
{
"name": "foundation-libsass-template",
"version": "0.0.1",
"devDependencies": {
"node-sass": "~0.7.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.8.0"
}
"name": "sogo-web",
"version": "0.0.1",
"devDependencies": {
"bower": ">=1.3.8",
"node-sass": ">=0.7.0",
"grunt": ">=0.4.1",
"grunt-contrib-watch": ">=0.5.3",
"grunt-sass": ">=0.8.0"
}
}