Skip to content

Commit

Permalink
Added file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliepse committed Sep 16, 2017
1 parent 5f40554 commit 965b35c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
var gulp = require('gulp');
var rename = require('gulp-rename');
var uglify = require('gulp-uglify');

gulp.task('prod', function () {

gulp.src('explode_shape_layer.jsx')
.pipe(rename('explode_shape_layer.min.jsx'))
.pipe(uglify())
.pipe(gulp.dest('dist/'))

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 965b35c

Please sign in to comment.