aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js3
-rw-r--r--public/stylesheets/index.scss2
2 files changed, 4 insertions, 1 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
diff --git a/public/stylesheets/index.scss b/public/stylesheets/index.scss
index 5dbb5e85a..16f2ae88f 100644
--- a/public/stylesheets/index.scss
+++ b/public/stylesheets/index.scss
@@ -1,6 +1,6 @@
1$icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; 1$icon-font-path: "/stylesheets/vendor/fonts/bootstrap/";
2 2
3@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; 3@import "_bootstrap";
4 4
5body { 5body {
6 padding: 20px; 6 padding: 20px;