mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
New carousel indicators: dots, vertical, thumbs (#1101)
This commit is contained in:
@@ -348,7 +348,7 @@ gulp.task('mjs', () => {
|
||||
*/
|
||||
gulp.task('watch-jekyll', (cb) => {
|
||||
browserSync.notify('Building Jekyll')
|
||||
return spawn('bundle', ['exec', 'jekyll', 'build', '--watch', '--destination', demoDir, '--trace'], { stdio: 'inherit' })
|
||||
return spawn('bundle', ['exec', 'jekyll', 'build', '--watch', '--incremental', '--destination', demoDir, '--trace'], { stdio: 'inherit' })
|
||||
.on('close', cb)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user