mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 03:27:08 -04:00
Stricter browser checks. Drop IE support.
This commit is contained in:
parent
7ec2bdf16a
commit
f7187fb14b
5 changed files with 50 additions and 44 deletions
2
ghu.js
2
ghu.js
|
@ -69,7 +69,7 @@ ghu.task('build:scripts', runtime => {
|
|||
return read(`${SRC}/_h5ai/public/js/scripts.js`)
|
||||
.then(newerThan(mapper, `${SRC}/_h5ai/public/js/**`))
|
||||
.then(webpack(webpackConfig, {showStats: true}))
|
||||
.then(wrap('\n\n// @include "vendor/*"\n\n'))
|
||||
.then(wrap('\n\n// @include "global.js"\n\n'))
|
||||
.then(includeit())
|
||||
.then(ife(() => runtime.args.production, uglify()))
|
||||
.then(wrap(runtime.commentJs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue