mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Add sassyJSON library
This commit is contained in:
committed by
Francis Lachapelle
parent
3441a66040
commit
b5bea16abb
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user