feat: add new installation guide, move to docs/

This commit is contained in:
Jonas Kuske 2019-05-30 22:13:57 +02:00
parent cecf3becfa
commit 234152f181
27 changed files with 537 additions and 350 deletions

View file

@ -19,7 +19,7 @@ const postcssColorModFunction = require('postcss-color-mod-function').bind(null,
const paths = {
srcDir: 'src/*',
docsDir: '*',
docsDir: 'docs/*',
styles: { src: 'src/builds/*.css', dest: 'dist' },
}
@ -114,10 +114,8 @@ function watch() {
style()
browserSync.init({
server: {
baseDir: './',
},
startPath: 'index.html',
server: { baseDir: './' },
startPath: 'docs/index.html',
})
gulp.watch(paths.srcDir, style)