Skip to content

Commit

Permalink
fix(app): fixed incorrect css path for usemin in gruntfile
Browse files Browse the repository at this point in the history
closes #77
  • Loading branch information
DaftMonk committed Feb 2, 2014
1 parent ad014fa commit 46fca24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ module.exports = function (grunt) {
usemin: {
html: ['<%%= yeoman.dist %>/views/{,*/}*.html',
'<%%= yeoman.dist %>/views/{,*/}*.jade'],
css: ['<%%= yeoman.dist %>/styles/{,*/}*.css'],
css: ['<%%= yeoman.dist %>/public/styles/{,*/}*.css'],
options: {
assetsDirs: ['<%%= yeoman.dist %>/public']
}
Expand Down

0 comments on commit 46fca24

Please sign in to comment.