Skip to content

Commit

Permalink
chore: remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 26, 2017
1 parent 4062db9 commit 8d3e162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const imagemin = require('gulp-imagemin');

const targetEnv = process.env.TARGET_ENV || 'firefox';
const isProduction = process.env.NODE_ENV === 'production';
const sysDeps = process.env.SYS_DEPS || 'true';

const jsBeautifyOptions = {
indent_size: 2,
Expand Down

0 comments on commit 8d3e162

Please sign in to comment.