diff --git a/Gruntfile.js b/Gruntfile.js index 882ebc83..54fdb95d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,7 +224,7 @@ module.exports = function(grunt) { files: [ "index.html", "dist/css/**/*.css", - "**/*.{png,jpg,jpeg,gif,webp,svg}" + "demo/**/*.{png,jpg,jpeg,gif,webp,svg}" ] } },