mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Fix processing of SCSS with Grunt
We now use the Ruby implementation of SASS (grunt-contrib-sass) since libsass is not compatible with Compass.
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"bower": ">=1.3.8",
|
||||
"node-sass": ">=0.7.0",
|
||||
"grunt": ">=0.4.1",
|
||||
"grunt-cli": ">=0.1.11",
|
||||
"grunt-contrib-watch": ">=0.5.3",
|
||||
"grunt-sass": ">=0.8.0"
|
||||
"grunt-contrib-sass": ">=0.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user