From f1bcf9fad8dcf2f05b9d13d2bcb5d1c16823f6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 5 Aug 2018 00:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.dev.js | 2 -- build.next.js | 1 - build.prod.js | 1 - index.js | 3 --- 4 files changed, 7 deletions(-) diff --git a/build.dev.js b/build.dev.js index b5b2e60..c5c4d0b 100644 --- a/build.dev.js +++ b/build.dev.js @@ -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/') diff --git a/build.next.js b/build.next.js index 5f6ddee..9ef4b86 100644 --- a/build.next.js +++ b/build.next.js @@ -12,7 +12,6 @@ const sourceDir = path.resolve(__dirname, 'src') const buildDir = path.resolve(__dirname, 'dist') const cssOpt = { - // includePaths: ['src/css/'], outputStyle: 'compressed' } diff --git a/build.prod.js b/build.prod.js index e1516b6..0e77e8e 100644 --- a/build.prod.js +++ b/build.prod.js @@ -28,7 +28,6 @@ const jsOpt = { ] } const cssOpt = { - // includePaths: ['src/css/'], outputStyle: 'compressed' } diff --git a/index.js b/index.js index 3d89ea8..ebaa41c 100644 --- a/index.js +++ b/index.js @@ -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'