Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Updated to 1.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Sep 25, 2017
1 parent 7e98d0b commit 77c7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gulp.task('js', function () {
.pipe(notify(notifyOptions));

var file = 'public/js/source/extensions-for-grifus-admin.js',
min = 'extensions-for-grifus-admin.min.js';
min = 'extensions-for-grifus-admin.min.js';

gulp.src(file)
.pipe(concat(min))
Expand Down

0 comments on commit 77c7f22

Please sign in to comment.