Google me

This commit is contained in:
2018-11-29 10:36:37 +01:00
parent 9798c030ea
commit 4a665630d5
3 changed files with 12430 additions and 3 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Thu Nov 29 2018 10:35:26 GMT+0100 (CET)*/
/*Generated on:Thu Nov 29 2018 10:36:37 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

12422
dist/autoloaderV2.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,15 @@ var gulp = require("gulp"),
prefix:"/***",
suffix:"***/0"
}))
.pipe(replace({
global:{
ADis_AllMissions: config.toString(),
ADis_Iframes: iframes.toString(),
ADis_Navbar: navbar.toString()
},
prefix:"/***",
suffix:"***/ 0"
}))
.pipe(header(headerComment))
.pipe(gulp.dest("dist"));
});