mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
fix for map load again.............
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('./map'));
|
||||
.pipe(gulp.dest('.'));
|
||||
});
|
||||
|
||||
gulp.task('watch', function() {
|
||||
|
||||
Reference in New Issue
Block a user