Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
remove two dead lines from gulpfile
Browse files Browse the repository at this point in the history
closes #42
  • Loading branch information
bmuenzenmeyer committed Jun 12, 2016
1 parent 4678015 commit 26945c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* EDITION-NODE-GULP
* The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
******************************************************/
var pkg = require('./package.json'),
gulp = require('gulp'),
var gulp = require('gulp'),
path = require('path'),
browserSync = require('browser-sync').create(),
argv = require('minimist')(process.argv.slice(2));;
Expand Down Expand Up @@ -35,7 +34,6 @@ gulp.task('patternlab:version', function (done) {
});

gulp.task('patternlab:help', function (done) {
console.log(getConfiguredCleanOption());
pl.help();
done();
});
Expand Down

0 comments on commit 26945c3

Please # to comment.