Commit 1ad502ef authored by worry127722's avatar worry127722

1

parent 0a54718a
...@@ -17,16 +17,12 @@ module.exports = function(config) { ...@@ -17,16 +17,12 @@ module.exports = function(config) {
files: [ files: [
base_path+'spec/tools/js/UserAction.js' base_path+'spec/tools/js/UserAction.js'
,base_path+'spec/SpecHelper.js' ,base_path+'spec/SpecHelper.js'
,base_path+'kity/dist/kity.js'
,base_path+'lib/jquery-2.1.0.min.js' ,base_path+'lib/jquery-2.1.0.min.js'
,base_path+'lib/jquery.xml2json.js'
,base_path+'lib/ZeroClipboard.min.js' ,base_path+'lib/ZeroClipboard.min.js'
,base_path+'kityminder.config.js' ,base_path+'spec/tools/js/ZeroClipboard.js'
,base_path+'lang/zh-cn/zh-cn.js'
,base_path+'lib/zip.js' ,base_path+'kity/dist/kity.js'
,base_path+'lib/baidu-frontia-js-full-1.0.0.js'
,base_path+'social/draftmanager.js'
,base_path+'social/social.js'
,base_path+'src/core/kityminder.js' ,base_path+'src/core/kityminder.js'
...@@ -127,6 +123,16 @@ module.exports = function(config) { ...@@ -127,6 +123,16 @@ module.exports = function(config) {
,base_path+'src/protocal/png.js' ,base_path+'src/protocal/png.js'
,base_path+'src/protocal/svg.js' ,base_path+'src/protocal/svg.js'
,base_path+'kityminder.config.js'
,base_path+'lang/zh-cn/zh-cn.js'
,base_path+'lib/zip.js'
,base_path+'spec/tools/js/inflate.js'
,base_path+'lib/jquery.xml2json.js'
,base_path+'lib/baidu-frontia-js-full-1.0.0.js'
,base_path+'social/draftmanager.js'
,base_path+'social/social.js'
,base_path+'spec/core/*.js' ,base_path+'spec/core/*.js'
,base_path+'spec/module/*.js' ,base_path+'spec/module/*.js'
......
ZeroClipboard.setDefaults( { moviePath: '../../../lib/ZeroClipboard.swf' } );
\ No newline at end of file
/**
*
* Created by Ryan on 14-9-3.
*/
zip.inflateJSPath = '../../../lib/inflate.js';
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