diff --git a/app/index.js b/app/index.js index 858817535..53ca4c189 100644 --- a/app/index.js +++ b/app/index.js @@ -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'] }); };