Skip to content

Commit 85f30c4

Browse files
committed
Removed browserify and fixed zip task
1 parent effb36b commit 85f30c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ gulp.task('watch', ['serve'], function() {
118118
gulp.task('zip', function() {
119119
var pkg = getPackageJson();
120120

121-
return gulp.src('./public/*')
121+
return gulp.src('./public/**/*')
122122
.pipe($.zip('selectric_v' + pkg.version + '.zip'))
123123
.pipe(gulp.dest('./'));
124124
});

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"jquery": "^2.1.4"
3232
},
3333
"devDependencies": {
34-
"browserify": "^13.0.0",
3534
"codecov.io": "^0.1.6",
3635
"gulp": "^3.9.1",
3736
"gulp-autoprefixer": "^3.1.0",

0 commit comments

Comments
 (0)