An other minor change on gulpfile in an other attempt to fix it.

stable
Andrey Antukh 2014-09-16 16:16:25 +02:00
parent 6997d2f2a6
commit 9bfef39612
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ gulp.task "jade-watch", ->
.pipe(cache("jade"))
.pipe(jadeInheritance({basedir: './app'}))
.pipe(jade({pretty: true}))
.pipe(gulp.dest("#{paths.dist}/partials"))
.pipe(gulp.dest("#{paths.dist}"))
gulp.task "template", ->
gulp.src("#{paths.app}/index.jade")
@ -249,7 +249,7 @@ gulp.task "deploy", [
# The default task (called when you run gulp from cli)
gulp.task "default", [
"jade-watch",
"jade-deploy",
"template",
"styles-watch",
"copy",