diff --git a/Gruntfile.js b/Gruntfile.js index 1c35c47c..144f7bb3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,7 @@ module.exports = function (grunt) { var path = require('path'); var configBridge = grunt.file.readJSON('./grunt/configBridge.json', {encoding: 'utf8'}); var generateIconsData = require('./grunt/bmd-icons-data-generator.js'); - + Object.keys(configBridge.paths).forEach(function (key) { configBridge.paths[key].forEach(function (val, i, arr) { arr[i] = path.join('./docs/assets', val); @@ -228,6 +228,9 @@ module.exports = function (grunt) { // Test compile sass sass: { compile: { + options:{ + loadPath: "bower_components/bootstrap-sass/assets/stylesheets", + }, files: [{ expand: true, cwd: "sass", diff --git a/sass/_import-bs-sass.scss b/sass/_import-bs-sass.scss index 4f6160d8..12d97abc 100644 --- a/sass/_import-bs-sass.scss +++ b/sass/_import-bs-sass.scss @@ -1,2 +1,2 @@ -@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables"; +@import "bootstrap/variables"; //@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";