mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
revert build
This commit is contained in:
@@ -358,11 +358,7 @@ gulp.task('build-jekyll', (cb) => {
|
||||
var env = Object.create(process.env)
|
||||
|
||||
if (argv.preview) {
|
||||
if (argv.dev) {
|
||||
env.JEKYLL_ENV = 'preview-dev'
|
||||
} else {
|
||||
env.JEKYLL_ENV = 'preview'
|
||||
}
|
||||
env.JEKYLL_ENV = 'preview'
|
||||
} else {
|
||||
env.JEKYLL_ENV = 'production'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user