fix for map load again.............

This commit is contained in:
badgamernl
2017-03-22 22:12:53 +01:00
parent 5ba74ed5ff
commit f2be703f68
46 changed files with 187 additions and 1 deletions

View File

@@ -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() {