Skip to content

Commit

Permalink
Simple implementation of usemin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Oct 9, 2013
1 parent f53d0d4 commit 40a2595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = function (grunt) {
},
usemin: {
options: {
dirs: ['<%%= yeoman.dist %>']
assetsDirs: ['<%%= yeoman.dist %>']
},
html: ['<%%= yeoman.dist %>/{,*/}*.html'],
css: ['<%%= yeoman.dist %>/styles/{,*/}*.css']
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"grunt-contrib-jasmine": "~0.4.2",<% } %>
"grunt-rev": "~0.1.0",
"grunt-autoprefixer": "~0.2.0",
"grunt-usemin": "~0.1.10",<% if (testFramework === 'mocha') { %>
"grunt-usemin": "~2.0.0",<% if (testFramework === 'mocha') { %>
"grunt-mocha": "~0.4.0",<% } %><% if (includeModernizr) { %>
"grunt-modernizr": "~0.3.0",<% } %>
"grunt-svgmin": "~0.2.0",
Expand Down

0 comments on commit 40a2595

Please sign in to comment.