1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 14:56:35 +02:00

Maintenance.

This commit is contained in:
Lars Jung
2019-03-22 02:33:58 +01:00
parent c521ecd055
commit 427ca82722
9 changed files with 782 additions and 423 deletions

4
ghu.js
View File

@@ -62,10 +62,6 @@ ghu.task('clean', 'delete build folder', () => {
return remove(BUILD);
});
ghu.task('lint', 'lint all JavaScript files with eslint', () => {
return run('eslint .', {stdio: 'inherit'});
});
ghu.task('build:scripts', runtime => {
return read(`${SRC}/_h5ai/public/js/scripts.js`)
.then(newerThan(mapper, `${SRC}/_h5ai/public/js/**`))