mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'IMAGE' and create module for 'load-config-grunt'
parent
f91a394270
commit
fdd077c936
|
@ -0,0 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
dynamic: {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: 'build/img/',
|
||||
src: ['**/*.{png,jpg,gif,svg,jpeg}'],
|
||||
dest: 'dist/img/'
|
||||
}]
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue