This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

更新打包配置

old
宇天 2018-08-05 00:26:29 +08:00
parent 742f3f0292
commit f1bcf9fad8
4 changed files with 0 additions and 7 deletions

View File

@ -28,7 +28,6 @@ const jsOpt = {
]
}
const cssOpt = {
// includePaths: ['src/css/'],
outputStyle: 'compressed'
}
@ -62,7 +61,6 @@ const compileCss = (entry, output) => {
chokidar
.watch(sourceDir)
.on('all', (act, file) => {
return
if (act === 'add' || act === 'change') {
let entry = file
let output = file.replace('src/', 'dist/')

View File

@ -12,7 +12,6 @@ const sourceDir = path.resolve(__dirname, 'src')
const buildDir = path.resolve(__dirname, 'dist')
const cssOpt = {
// includePaths: ['src/css/'],
outputStyle: 'compressed'
}

View File

@ -28,7 +28,6 @@ const jsOpt = {
]
}
const cssOpt = {
// includePaths: ['src/css/'],
outputStyle: 'compressed'
}

View File

@ -4,7 +4,4 @@
* @date 2017-12-23 14:47:32
* @version $Id$
*/
export Anot from 'src/js/anot'
export AnotTouch from 'src/js/anot-touch'
export Pages from 'src/js/lib/pages'