summaryrefslogtreecommitdiffstats
path: root/gulpfile.js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js/index.js')
-rw-r--r--gulpfile.js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js/index.js b/gulpfile.js/index.js
index cf95f35..11f64ac 100644
--- a/gulpfile.js/index.js
+++ b/gulpfile.js/index.js
@@ -5,7 +5,7 @@ const task = require('./lib/task')
const bundleName = 'ui'
const buildDir = 'build'
-const previewSrcDir = 'preview-site-src'
+const previewSrcDir = 'preview-src'
const previewDestDir = 'public'
const srcDir = 'src'
const destDir = `${previewDestDir}/_`