Skip to content

Commit 3021515

Browse files
author
Gilad Peleg
committed
feature(index.html): add support for bower installed css files during minifaction
solve missing .css files during grunt:build minification due to files being installed via bower (and not copied with grunt:copy:styles)
1 parent 9341eb9 commit 3021515

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)