forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
66dbfaae9b
commit
6cca8577c9
1 changed files with 0 additions and 8 deletions
|
@ -194,13 +194,6 @@ gulp.task('build:client:scripts', async (done) => {
|
|||
})
|
||||
.transform(ls)
|
||||
.transform(aliasify, aliasifyConfig)
|
||||
|
||||
// スペースでインデントされてないとエラーが出る
|
||||
.transform(transformify((source, file) => {
|
||||
if (file.substr(-4) !== '.tag') return source;
|
||||
return source.replace(/\t/g, ' ');
|
||||
}))
|
||||
|
||||
.transform(transformify((source, file) => {
|
||||
return source
|
||||
.replace(/VERSION/g, `'${commit ? commit.hash : 'null'}'`)
|
||||
|
@ -216,7 +209,6 @@ gulp.task('build:client:scripts', async (done) => {
|
|||
.replace(/CONFIG\.recaptcha\.siteKey/g, `'${config.recaptcha.siteKey}'`)
|
||||
;
|
||||
}))
|
||||
|
||||
.transform(riotify, {
|
||||
type: 'livescript',
|
||||
expr: false,
|
||||
|
|
Loading…
Reference in a new issue