mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
Fixed /docs references in gulpfile
This commit is contained in:
parent
216432bf8f
commit
1a2d41b87b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ const postcssColorModFunction = require('postcss-color-mod-function').bind(null,
|
|||
|
||||
const paths = {
|
||||
srcDir: 'src/*',
|
||||
docsDir: 'docs/*',
|
||||
docsDir: '*',
|
||||
styles: { src: 'src/builds/*.css', dest: 'dist' },
|
||||
}
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ function watch() {
|
|||
server: {
|
||||
baseDir: './',
|
||||
},
|
||||
startPath: 'docs/index.html',
|
||||
startPath: 'index.html',
|
||||
})
|
||||
|
||||
gulp.watch(paths.srcDir, style)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue