fis-plus icon indicating copy to clipboard operation
fis-plus copied to clipboard

fis-smarty项目中每次发布配置文件中都要把config和plugin map.json文件重命名,是怎么回事

Open hello-sunbaixin opened this issue 7 years ago • 0 comments

fis.match('/config/(**.*)', { // 产出重命名config和plugin文件夹 release: '/wendamis-config/$1' }).match('/plugin/(**.*)', { release: '/wendamis-plugin/$1' }).match('BCLOUD', { release: '$0' }).match('${namespace}-map.json', { release: '/wendamis-config/$0' });

hello-sunbaixin avatar Aug 25 '17 02:08 hello-sunbaixin