mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
map not able to load fix
This commit is contained in:
@@ -6,7 +6,7 @@ gulp.task('minify', function () {
|
||||
return gulp.src(['source.lua'])
|
||||
.pipe(luaminify())
|
||||
.pipe(rename('control.lua'))
|
||||
.pipe(gulp.dest('.'));
|
||||
.pipe(gulp.dest('./map'));
|
||||
});
|
||||
|
||||
gulp.task('watch', function() {
|
||||
|
||||
Reference in New Issue
Block a user