Add sassyJSON library

This commit is contained in:
Benoit Favreault
2015-03-29 06:16:32 -04:00
committed by Francis Lachapelle
parent 3441a66040
commit b5bea16abb
3 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -33,11 +33,13 @@ module.exports = function(grunt) {
},
sass: {
options: {
cache: false,
require: 'SassyJSON',
noCache: true,
loadPath: ['scss', 'bower_components/compass-mixins/lib',
'bower_components/compass-breakpoint/stylesheets',
'bower_components/breakpoint-slicer/stylesheets',
'bower_components/sassy-maps/sass'
'bower_components/sassy-maps/sass',
'node_modules/SassyJSON/dist'
],
style: 'expanded'
},