1
0
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:
Paweł Kuna
2022-03-28 12:38:01 +02:00
committed by GitHub
parent 6680ef9235
commit 278fe7bba1
8 changed files with 154 additions and 23 deletions

View File

@@ -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)
})