Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #343 from stephenplusplus/master
Browse files Browse the repository at this point in the history
closes #342 - remove loadPath & includePath.
  • Loading branch information
kevva committed Apr 16, 2014
2 parents 867dce7 + 4109cef commit 65782ef
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 @@ -191,14 +191,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 65782ef

Please sign in to comment.