Skip to content

Commit

Permalink
[ 不具合修正 ] distファイルからjsが落ちてたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Apr 11, 2018
1 parent 6fdce16 commit 39a6fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ gulp.task('compile', ['scripts', 'jsmin', 'css_concat_min']);
gulp.task('dist', function() {
return gulp.src(
[
'./**/*.js',
'./**/*.jpeg',
'./**/*.jpg',
'./**/*.png',
Expand Down

0 comments on commit 39a6fd2

Please sign in to comment.