Google me
This commit is contained in:
Vendored
+1
-1
@@ -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_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+12420
-2
File diff suppressed because it is too large
Load Diff
@@ -28,6 +28,15 @@ var gulp = require("gulp"),
|
|||||||
prefix:"/***",
|
prefix:"/***",
|
||||||
suffix:"***/0"
|
suffix:"***/0"
|
||||||
}))
|
}))
|
||||||
|
.pipe(replace({
|
||||||
|
global:{
|
||||||
|
ADis_AllMissions: config.toString(),
|
||||||
|
ADis_Iframes: iframes.toString(),
|
||||||
|
ADis_Navbar: navbar.toString()
|
||||||
|
},
|
||||||
|
prefix:"/***",
|
||||||
|
suffix:"***/ 0"
|
||||||
|
}))
|
||||||
.pipe(header(headerComment))
|
.pipe(header(headerComment))
|
||||||
.pipe(gulp.dest("dist"));
|
.pipe(gulp.dest("dist"));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user