Improve build scripts of Web frontend

This commit is contained in:
Francis Lachapelle
2014-08-06 15:43:03 -04:00
parent e817a3b3d0
commit d52d7582ca
4 changed files with 50 additions and 14 deletions

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"
}
}