mirror of
https://github.com/kognise/water.css.git
synced 2025-08-09 06:37:05 +02:00
Update cdn urls
This commit is contained in:
@@ -164,7 +164,7 @@ const browserReload = (done) => {
|
||||
}
|
||||
|
||||
const startDevServer = () => {
|
||||
browserSync.init({ server: { baseDir: './dist' }, startPath: 'docs/index.html' })
|
||||
browserSync.init({ server: { baseDir: './dist/docs' } })
|
||||
|
||||
gulp.watch(paths.styles.watch, gulp.series(style, browserReload))
|
||||
gulp.watch(paths.docs.src, gulp.series(docs, browserReload))
|
||||
|
Reference in New Issue
Block a user