diff --git a/Gruntfile.js b/Gruntfile.js index 3a5f7a25..2fda52ca 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -216,6 +216,10 @@ module.exports = function(grunt){ from: '/assets/js/', to: '<%= config.cdnurl %>/assets/js/' }, + { + from: '/assets/img/', + to: '<%= config.cdnurl %>/assets/img/' + }, { from: '/media/', to: '<%= config.cdnurl %>/media/'