Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from fidgetwidget/master
Browse files Browse the repository at this point in the history
added basedir to the jade options.
  • Loading branch information
CREEATION committed Apr 16, 2015
2 parents 6e7a5b4 + 857ffd3 commit 26bd147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ elixir.extend('jade', function (options) {
'compiler'
);

jade_options.basedir = options.baseDir + options.src;

gulp.task('jade', function () {
return gulp.src(gulp_src)
.pipe(plumber())
Expand Down

0 comments on commit 26bd147

Please sign in to comment.