diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 16:17:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 16:17:46 +0100 |
commit | c158027179248b3c8d9e08f9c748d3f1b8dff3fb (patch) | |
tree | 11a2767425dc728dade8446c8077d4dd94038fe3 /Gruntfile.js | |
parent | 0b69752270f1ceea06a29872b3db23660a55d6d3 (diff) | |
download | PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.tar.gz PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.tar.zst PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.zip |
Add include paths for bootstrap sass and avoid to import an entire path
in the sass file
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 |