Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-1532 Remove duplicated glob
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jul 15, 2014
1 parent e84e1e2 commit fd932d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/watch.js
Expand Up @@ -7,7 +7,6 @@ var ROOT = path.join(__dirname, '..');

gulp.task('watch', function() {
var files = [
path.join(ROOT, 'src/**/assets/*.css'),
path.join(ROOT, 'src/**/assets/**/*.css'),
path.join(ROOT, 'src/**/*.js'),
path.join('!', ROOT, 'src/aui-base/js/*.js'),
Expand Down

0 comments on commit fd932d0

Please sign in to comment.