mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
Update gulp
This commit is contained in:
@@ -63,6 +63,13 @@ gulp.task('scripts', function() {
|
||||
.pipe(concat("um.min.js"))
|
||||
.pipe(gulp.dest('assets/js'));
|
||||
|
||||
// Select2 not minified
|
||||
gulp.src([
|
||||
'./assets/vendor/select2/dist/js/select2.full.js',
|
||||
])
|
||||
.pipe(concat("um-select.js"))
|
||||
.pipe(gulp.dest('assets/js'));
|
||||
|
||||
gulp.src([
|
||||
'./assets/vendor/select2/dist/css/select2.css',
|
||||
'./assets/css/um-misc.css',
|
||||
|
||||
Reference in New Issue
Block a user