1
0
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:
Felix
2020-05-27 18:29:52 -05:00
parent 8695e925ba
commit 73143be201
3 changed files with 5 additions and 5 deletions

View File

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