diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 028a7773d..51ac10161 100644 --- a/Gruntfile.js +++ b/Gruntfile.js | |||
@@ -70,6 +70,9 @@ module.exports = function (grunt) { | |||
70 | } | 70 | } |
71 | }, | 71 | }, |
72 | sass: { | 72 | sass: { |
73 | options: { | ||
74 | includePaths: [ 'node_modules/bootstrap-sass/assets/stylesheets/' ] | ||
75 | }, | ||
73 | dev: { | 76 | dev: { |
74 | files: { | 77 | files: { |
75 | 'public/stylesheets/global.css': paths.scss | 78 | 'public/stylesheets/global.css': paths.scss |