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,
|
2016-12-13 13:07:37 +00:00
|
|
|
"outputStyle": "compressed"
|
2016-04-17 22:26:23 +00:00
|
|
|
}
|
2016-04-05 16:38:00 +00:00
|
|
|
},
|
|
|
|
"assets/scss/templates/*": {
|
|
|
|
"sass.enabled": true,
|
|
|
|
"sass.options": {
|
|
|
|
"outputDir": "../../css/templates",
|
|
|
|
"includePaths": [
|
|
|
|
"../../vendors/bootstrap/scss/"
|
|
|
|
],
|
|
|
|
"sourceComments": false,
|
2016-12-13 13:07:37 +00:00
|
|
|
"outputStyle": "compressed"
|
2016-04-17 22:26:23 +00:00
|
|
|
}
|
2016-04-05 16:38:00 +00:00
|
|
|
},
|
|
|
|
"assets/vendors/bootstrap/scss/*": {
|
|
|
|
"sass.enabled": true,
|
|
|
|
"sass.options": {
|
|
|
|
"outputDir": "../../../css/twbs/",
|
|
|
|
"includePaths": [],
|
|
|
|
"sourceComments": false,
|
2016-12-13 13:07:37 +00:00
|
|
|
"outputStyle": "compressed"
|
2016-04-05 16:38:00 +00:00
|
|
|
}
|
|
|
|
}
|
2016-03-31 08:37:32 +00:00
|
|
|
}
|
2016-04-05 16:38:00 +00:00
|
|
|
}
|