@@ -38,7 +38,7 @@ module.exports = function (config) {
3838 { pattern : '../src/classic/libs/Lang/*.js' , include : false } ,
3939 { pattern : '../src/classic/theme/default/*.css' , include : false } ,
4040 /**测试文件**/
41- './test-main-classic.js' ,
41+ './test-main-classic.js' ,
4242
4343 /***common的源码***/
4444 '../src/common/**/*.js' ,
@@ -50,7 +50,7 @@ module.exports = function (config) {
5050 { pattern : './libs/workers/TurfWorkerForTest.js' , include : false } ,
5151 { pattern : '../node_modules/leaflet/dist/leaflet.css' , include : false } ,
5252 { pattern : '../src/leaflet/**/**/*.css' , include : false } ,
53- '../src/leaflet/**/!(ClientComputationView| index) .js' ,
53+ '../src/leaflet/**/index.js' ,
5454 /**测试文件**/
5555 './test-main-leaflet.js' ,
5656
@@ -87,7 +87,7 @@ module.exports = function (config) {
8787 './test-main-common.js' : [ 'browserify' ] ,
8888
8989 '../node_modules/leaflet/dist/leaflet-src.js' : [ 'browserify' ] ,
90- '../src/leaflet/**/!(ClientComputationView| index) .js' : [ 'browserify' ] ,
90+ '../src/leaflet/**/!index.js' : [ 'browserify' ] ,
9191 './leaflet/**/*Spec.js' : [ 'browserify' ] ,
9292 './test-main-leaflet.js' : [ 'browserify' ] ,
9393
0 commit comments