Skip to content

Commit

Permalink
Corrección en config de Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jplaza committed Sep 20, 2014
1 parent 3c089b3 commit 6c0eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/Gruntfile.js
Expand Up @@ -185,7 +185,7 @@ module.exports = function (grunt) {
// Performs rewrites based on rev and the useminPrepare configuration
usemin: {
options: {
assetsDirs: ['<%= yeoman.dist %>']
assetsDirs: ['<%= yeoman.dist %>', '<%= yeoman.dist %>/images']
},
html: ['<%= yeoman.dist %>/**/*.html'],
css: ['<%= yeoman.dist %>/styles/**/*.css']
Expand Down

0 comments on commit 6c0eab2

Please sign in to comment.