mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
Maintenance.
This commit is contained in:
parent
c521ecd055
commit
427ca82722
9 changed files with 782 additions and 423 deletions
4
ghu.js
4
ghu.js
|
@ -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/**`))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue