parent
71e5c27e0c
commit
23f9105550
@ -82,6 +82,14 @@ module.exports = function(grunt) {
|
||||
atBegin: true,
|
||||
spawn: false
|
||||
}
|
||||
},
|
||||
static: {
|
||||
files: ['assets/static/*/*'],
|
||||
tasks: ['copy'],
|
||||
options: {
|
||||
atBegin: true,
|
||||
spawn: false
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user