Skip to content

Commit 46fca24

Browse files
committed
fix(app): fixed incorrect css path for usemin in gruntfile
closes #77
1 parent ad014fa commit 46fca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ module.exports = function (grunt) {
260260
usemin: {
261261
html: ['<%%= yeoman.dist %>/views/{,*/}*.html',
262262
'<%%= yeoman.dist %>/views/{,*/}*.jade'],
263-
css: ['<%%= yeoman.dist %>/styles/{,*/}*.css'],
263+
css: ['<%%= yeoman.dist %>/public/styles/{,*/}*.css'],
264264
options: {
265265
assetsDirs: ['<%%= yeoman.dist %>/public']
266266
}

0 commit comments

Comments
 (0)