Skip to content

Commit

Permalink
closes #342 - remove loadPath & includePath.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Sawchuk committed Apr 15, 2014
1 parent 9cd81d9 commit 4109cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,6 @@ module.exports = function (grunt) {

// Compiles Sass to CSS and generates necessary files if requested
sass: {
options: {<% if (includeLibSass) { %>
includePaths: [
'bower_components'
]<% } if (includeRubySass) { %>
loadPath: [
'bower_components'
]<% } %>
},
dist: {
files: [{
expand: true,
Expand Down
2 changes: 1 addition & 1 deletion app/templates/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% if (includeBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
<% if (includeBootstrap) { %>$icon-font-path: "../../bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";

// bower:scss
@import '../../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap.scss';
Expand Down

0 comments on commit 4109cef

Please sign in to comment.