gulpfile - no longer needs to change cwd

it was fixed upstream: https://github.com/tkellen/node-liftoff/issues/16

Just `npm install -g gulp` to update.
master
Sindre Sorhus 2014-06-09 15:02:39 +02:00
parent 9974ab482b
commit f13e23bd16
1 changed files with 7 additions and 10 deletions

View File

@ -28,9 +28,6 @@ var reload = browserSync.reload;
// public URL for your website
var PUBLIC_URL = 'https://example.com';
// enable use of relative paths even though gulp is run in sub-directories
process.chdir(__dirname);
gulp.task('styles', function () {
return gulp.src('app/styles/sass/styles.scss')
.pipe($.rubySass({style: 'expanded', precision: 10}))