mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
upgrade all urls to https
This commit is contained in:
@@ -73,7 +73,8 @@ const htmlSources = [
|
||||
'views/*.ejs',
|
||||
];
|
||||
gulp.task('compress_html', () => {
|
||||
const { version } = JSON.parse(fs.readFileSync('./package.json'));
|
||||
// eslint-disable-next-line global-require
|
||||
const { version } = require('../package.json');
|
||||
return gulp.src(htmlSources)
|
||||
.pipe(ejs({
|
||||
production: version,
|
||||
|
||||
Reference in New Issue
Block a user