1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-11 16:34:01 +02:00

Improves build process.

This commit is contained in:
Lars Jung
2012-08-12 23:27:10 +02:00
parent a99c28f234
commit a6a95780da
7 changed files with 29 additions and 110 deletions

View File

@@ -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);
});