Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Mar 30, 2017
1 parent 9e67ba4 commit a4ab81b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,8 @@ gulp.task('uglify_web', () => {
gulp.task('uglify_titanium', () => {
return gulp.src('dist/titanium/pubnub.js')
.pipe(uglify({ mangle: true, compress: true }))

.pipe(rename('pubnub.min.js'))
.pipe(gulp.dest('dist/titanium'))

.pipe(rename(`pubnub.${packageJSON.version}.min.js`))
.pipe(gulp.dest('upload/normal'));
.pipe(gulp.dest('dist/titanium'));
});

gulp.task('lint_code', [], () => {
Expand Down

0 comments on commit a4ab81b

Please sign in to comment.