1.0.4 • Published 5 years ago

fis3-deploy-local-deliver-ifweb v1.0.4

Weekly downloads
15
License
-
Repository
-
Last release
5 years ago

fis3-deploy-local-deliver-ifweb

说明 1.0.4 修改 other 存在不存在的状态下打包

fis.match('*', {
    deploy: fis.plugin('local-deliver-ifweb', {
      to: '../dev-out',
      other: [ 
        { from:'cssdemo/css/', 
          to: '../css-dev',
          filter: /\.css$/
        },
        {
          from:'./',
          to: '../html-dev',
          filter: /\.html$/
        },
        {
          from:'jsdemo/js',
          to: '../js-dev',
          filter: /\.js$/
        }       
      ],
    })
  })
});
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago