2016-03-31 08:37:32 +00:00
|
|
|
{
|
2016-04-05 16:38:00 +00:00
|
|
|
"sass.enabled": false,
|
|
|
|
"path": {
|
|
|
|
"assets/scss/*": {
|
|
|
|
"sass.enabled": true,
|
|
|
|
"sass.options": {
|
|
|
|
"outputDir": "../css/",
|
|
|
|
"includePaths": [
|
|
|
|
"../vendors/bootstrap/scss/"
|
|
|
|
],
|
|
|
|
"sourceComments": false,
|
|
|
|
"outputStyle": "nested"
|
|
|
|
},
|
|
|
|
"linting.collapsed": false
|
|
|
|
},
|
|
|
|
"assets/scss/templates/*": {
|
|
|
|
"sass.enabled": true,
|
|
|
|
"sass.options": {
|
|
|
|
"outputDir": "../../css/templates",
|
|
|
|
"includePaths": [
|
|
|
|
"../../vendors/bootstrap/scss/"
|
|
|
|
],
|
|
|
|
"sourceComments": false,
|
|
|
|
"outputStyle": "nested"
|
|
|
|
},
|
|
|
|
"linting.collapsed": true
|
|
|
|
},
|
|
|
|
"assets/vendors/bootstrap/scss/*": {
|
|
|
|
"sass.enabled": true,
|
|
|
|
"sass.options": {
|
|
|
|
"outputDir": "../../../css/twbs/",
|
|
|
|
"includePaths": [],
|
|
|
|
"sourceComments": false,
|
|
|
|
"outputStyle": "nested"
|
|
|
|
}
|
|
|
|
}
|
2016-03-31 08:37:32 +00:00
|
|
|
}
|
2016-04-05 16:38:00 +00:00
|
|
|
}
|