Skip to content

Commit

Permalink
[JENKINS-34438] @kzantow's comments were addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 25, 2016
1 parent 33a7658 commit fc4435c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion war/gulpfile.js
Expand Up @@ -52,7 +52,7 @@ builder.bundle('src/main/js/add-item.js')
// JSHint, a JavaScript Code Quality Tool
//
gulp.task('lint', function() {
return gulp.src('./src/main/js/**/*.js')
return gulp.src('src/main/js/**/*.js')
.pipe(jshint())
.pipe(jshint.reporter('default'))
.pipe(jshint.reporter('fail'));
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -733,7 +733,7 @@ THE SOFTWARE.
<goal>gulp</goal>
</goals>
<configuration>
<arguments>bundle lint</arguments>
<arguments>lint bundle</arguments>
</configuration>
</execution>

Expand Down

0 comments on commit fc4435c

Please sign in to comment.