Add breakpoints management librairies

Add grunt-contrib-compass (required)
Edit gruntfile.js (add compass tasks)

--don't forget to update bower components
This commit is contained in:
Benoit Favreault
2015-03-24 04:04:59 -04:00
committed by Francis Lachapelle
parent 6153e88f62
commit 818af41ea6
6 changed files with 156 additions and 107 deletions

View File

@@ -2,11 +2,12 @@
"name": "sogo-web",
"version": "0.0.1",
"devDependencies": {
"bower": ">=1.3.8",
"autoprefixer-core": ">=5.1.0",
"bower": ">=1.3.8",
"csswring": ">=3.0.0",
"grunt": ">=0.4.1",
"grunt-cli": ">=0.1.11",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-sass": ">=0.8.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-postcss": "^0.3.0"