From a500d92a8af4dedc5c4e3622801c5024b6b84c95 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 15 Dec 2013 14:15:23 +0100 Subject: [PATCH] fix usemin task --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6c3bc652..27edd195 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -200,8 +200,9 @@ module.exports = function(grunt){ html: ['<%= config.build %>/**/*.html'], css: ['<%= config.build %>/**/*.css'], options: { - dirs: ['<%= config.build %>'], - basedir: ['<%= config.build %>'] + dirs: '<%= config.build %>', + basedir: '<%= config.build %>', + assetsDirs: '<%= config.build %>' } },