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