Skip to content

Commit

Permalink
Merge pull request #1104 from vektor-inc/env/enque-front-to-view
Browse files Browse the repository at this point in the history
  • Loading branch information
mthaichi committed Mar 11, 2022
2 parents 9556094 + efdb231 commit 46863f6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ gulp.task('text-domain', (done) => {
});

gulp.task('helper-js', (done) => {
gulp.src('src/blocks/faq2/enque-front.js')
gulp.src('src/blocks/faq2/view.js')
.pipe(uglify())
.pipe(rename('vk-faq2.min.js'))
.pipe(gulp.dest('./build/'));
done();
});

gulp.task('helper-js-pro', (done) => {
gulp.src('src/blocks/_pro/accordion/enque-front.js')
gulp.src('src/blocks/_pro/accordion/view.js')
.pipe(uglify())
.pipe(rename('vk-accordion.min.js'))
.pipe(gulp.dest('./build/'));
gulp.src('src/blocks/_pro/animation/enque-front.js')
gulp.src('src/blocks/_pro/animation/view.js')
.pipe(uglify())
.pipe(rename('vk-animation.min.js'))
.pipe(gulp.dest('./build/'));
gulp.src('src/blocks/_pro/slider/enque-front.js')
gulp.src('src/blocks/_pro/slider/view.js')
.pipe(uglify())
.pipe(rename('vk-slider.min.js'))
.pipe(gulp.dest('./build/'));
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46863f6

Please sign in to comment.