提交 1d7f8fa4 编写于 作者: A Arno Roldao Junior

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

上级 70c5d734
// Concat compiled JS files
'use strict';
module.exports = function (grunt) {
return {
options: {
stripBanners: true,
banner: '<%= banner %>'
},
adminlte: {
src: [
'build/js/src/Layout.js',
'build/js/src/Treeview.js',
'build/js/src/PushMenu.js',
'build/js/src/Widget.js'
],
dest: 'build/js/src/AdminLTE.js'
}
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册