We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad014fa commit 46fca24Copy full SHA for 46fca24
templates/common/Gruntfile.js
@@ -260,7 +260,7 @@ module.exports = function (grunt) {
260
usemin: {
261
html: ['<%%= yeoman.dist %>/views/{,*/}*.html',
262
'<%%= yeoman.dist %>/views/{,*/}*.jade'],
263
- css: ['<%%= yeoman.dist %>/styles/{,*/}*.css'],
+ css: ['<%%= yeoman.dist %>/public/styles/{,*/}*.css'],
264
options: {
265
assetsDirs: ['<%%= yeoman.dist %>/public']
266
}
0 commit comments