diff --git a/Gruntfile.js b/Gruntfile.js index 5d23775..4f044b1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,6 +82,14 @@ module.exports = function(grunt) { atBegin: true, spawn: false } + }, + static: { + files: ['assets/static/*/*'], + tasks: ['copy'], + options: { + atBegin: true, + spawn: false + } } } });