Commit df1fe011 authored by Jinqn's avatar Jinqn

修改grunt

parent b148ab29
......@@ -61,9 +61,11 @@ module.exports = function ( grunt ) {
options: {
banner: banner
},
files: {
'dist/kityminder.all.min.js': 'dist/kityminder.all.js'
}
files: (function(){
var files = {};
files[distPath + 'kityminder.all.js'] = distPath + 'kityminder.all.min.js';
return files;
})()
}
},
copy: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment