|
@@ -68,8 +68,6 @@ const generateConfiguration = (target, option) => {
|
|
|
targets: [
|
|
targets: [
|
|
|
{ src: path.join(config.path.build, '/*.css'), dest: path.join(config.path.output, config.path.css) },
|
|
{ src: path.join(config.path.build, '/*.css'), dest: path.join(config.path.output, config.path.css) },
|
|
|
{ src: path.join(config.path.build, '/*.js*'), dest: path.join(config.path.output, config.path.js) },
|
|
{ src: path.join(config.path.build, '/*.js*'), dest: path.join(config.path.output, config.path.js) },
|
|
|
- { src: path.join(config.path.build, '/*.html'), dest: config.path.output },
|
|
|
|
|
- { src: path.join(config.path.build, '/*.json'), dest: path.join(config.path.output, config.path.data) },
|
|
|
|
|
{ src: path.join(config.path.assets, config.path.js), dest: config.path.output },
|
|
{ src: path.join(config.path.assets, config.path.js), dest: config.path.output },
|
|
|
{ src: path.join(config.path.assets, config.path.css), dest: config.path.output },
|
|
{ src: path.join(config.path.assets, config.path.css), dest: config.path.output },
|
|
|
{ src: path.join(config.path.assets, config.path.img), dest: config.path.output },
|
|
{ src: path.join(config.path.assets, config.path.img), dest: config.path.output },
|