mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'BABEL' and create module for 'load-config-grunt'
parent
d0c2e69724
commit
8e15275c22
|
@ -0,0 +1,15 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
options: {
|
||||
sourceMap: true,
|
||||
presets: ['es2015']
|
||||
},
|
||||
dist: {
|
||||
files: {
|
||||
'dist/js/AdminLTE.js': 'build/js/AdminLTE.js'
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue