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

Commit

Permalink
Remove nonexistent option
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jun 27, 2015
1 parent d4e91bd commit 467da5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ module.exports = function (grunt) {
sass: {
options: {
sourceMap: true,
includePaths: ['bower_components'],
loadPath: 'bower_components'
includePaths: ['bower_components']
},
dist: {
files: [{
Expand Down

0 comments on commit 467da5e

Please sign in to comment.