Separate: task 'BABEL' and create module for 'load-config-grunt'

pull/1082/head
Arno Roldao Junior 9 years ago
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…
Cancel
Save