mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Update cdn urls
This commit is contained in:
parent
8695e925ba
commit
73143be201
3 changed files with 5 additions and 5 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue