mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Improves build process.
This commit is contained in:
parent
a99c28f234
commit
a6a95780da
7 changed files with 29 additions and 110 deletions
|
@ -98,7 +98,7 @@ module.exports = function (make) {
|
|||
make.target('lint', [], 'lint all JavaScript files with JSHint')
|
||||
.sync(function () {
|
||||
|
||||
$(src + '/_h5ai/js: **/*.js, ! *.min.js, ! inc/lib/**')
|
||||
$(src + '/_h5ai/js: **/*.js, ! lib/**')
|
||||
.jshint(jshint);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue