Skip to content

Commit

Permalink
Don't use builder in gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hentges committed May 14, 2016
1 parent a133bf5 commit f288eec
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 @@ -7,7 +7,6 @@ const changed = require('gulp-changed');
const sass = require('gulp-sass');
const sourcemaps = require('gulp-sourcemaps');
const autoprefixer = require('gulp-autoprefixer');
const builder = require('electron-builder');
const useref = require('gulp-useref');
const electronConnect = require('electron-connect').server;
const gulpif = require('gulp-if');
Expand Down

0 comments on commit f288eec

Please sign in to comment.