diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2016-08-09 15:38:45 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2016-08-09 15:38:45 -0700 |
| commit | de63385b2f609694aa17bdfed0887907bffeed02 (patch) | |
| tree | c8db68720cf3b830ead0ea941fd8e5871e21e607 /gulpfile.babel.js | |
| parent | d8c491fd43e8155072637b2da6026aa978b9ccaf (diff) | |
Update README with better instructions and lisence
Diffstat (limited to 'gulpfile.babel.js')
| -rw-r--r-- | gulpfile.babel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index cc568fd..62e65d0 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -28,7 +28,7 @@ gulp.task("build", ["css", "js", "hugo"]); gulp.task("css", () => ( gulp.src("./src/css/*.css") .pipe(postcss([cssnext(), cssImport({from: "./src/css/main.css"})])) - .pipe(gulp.dest("./dist")) + .pipe(gulp.dest("./dist/css")) .pipe(browserSync.stream()) )); |
