Skip to content

Commit ab113c8

Browse files
committed
New folder organisation
1 parent 8ea0fff commit ab113c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ var uglify = require('gulp-uglify');
44

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

7-
gulp.src('explode_shape_layer.jsx')
8-
.pipe(rename('explode_shape_layer.min.jsx'))
7+
gulp.src('src/explode_shape_layer.jsx')
8+
.pipe(rename('./explode_shape_layer.min.jsx'))
99
.pipe(uglify())
1010
.pipe(gulp.dest('dist/'))
1111

0 commit comments

Comments
 (0)