Skip to content

Commit

Permalink
Merge pull request #468 from pgilad/patch-2
Browse files Browse the repository at this point in the history
feature(index.html): support for bower installed css files during minification
  • Loading branch information
passy committed Nov 15, 2013
2 parents 7aa5e2c + 3021515 commit e2f1c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Generator.prototype.bootstrapFiles = function bootstrapFiles() {
sourceFileList: files.map(function (file) {
return 'styles/' + file.replace('.scss', '.css');
}),
searchPath: '.tmp'
searchPath: ['.tmp', 'app']
});
};

Expand Down

0 comments on commit e2f1c05

Please sign in to comment.