Skip to content

Commit e2f1c05

Browse files
committed
Merge pull request #468 from pgilad/patch-2
feature(index.html): support for bower installed css files during minification
2 parents 7aa5e2c + 3021515 commit e2f1c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Generator.prototype.bootstrapFiles = function bootstrapFiles() {
216216
sourceFileList: files.map(function (file) {
217217
return 'styles/' + file.replace('.scss', '.css');
218218
}),
219-
searchPath: '.tmp'
219+
searchPath: ['.tmp', 'app']
220220
});
221221
};
222222

0 commit comments

Comments
 (0)