mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'INCLUDES' and create module for 'load-config-grunt'
parent
8e15275c22
commit
acd331b6dc
|
@ -0,0 +1,16 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
build: {
|
||||
src: ['*.html'], // Source files
|
||||
dest: 'documentation/', // Destination directory
|
||||
flatten: true,
|
||||
cwd: 'documentation/build',
|
||||
options: {
|
||||
silent: true,
|
||||
includePath: 'documentation/build/include'
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue