mirror of
https://github.com/kognise/water.css.git
synced 2025-08-01 19:00:40 +02:00
Fixed /docs references in gulpfile
This commit is contained in:
@@ -19,7 +19,7 @@ const postcssColorModFunction = require('postcss-color-mod-function').bind(null,
|
|||||||
|
|
||||||
const paths = {
|
const paths = {
|
||||||
srcDir: 'src/*',
|
srcDir: 'src/*',
|
||||||
docsDir: 'docs/*',
|
docsDir: '*',
|
||||||
styles: { src: 'src/builds/*.css', dest: 'dist' },
|
styles: { src: 'src/builds/*.css', dest: 'dist' },
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ function watch() {
|
|||||||
server: {
|
server: {
|
||||||
baseDir: './',
|
baseDir: './',
|
||||||
},
|
},
|
||||||
startPath: 'docs/index.html',
|
startPath: 'index.html',
|
||||||
})
|
})
|
||||||
|
|
||||||
gulp.watch(paths.srcDir, style)
|
gulp.watch(paths.srcDir, style)
|
||||||
|
Reference in New Issue
Block a user