Skip to content

Commit

Permalink
Merge pull request OwlCarousel2#899 from nervo/fix-watch-helpers
Browse files Browse the repository at this point in the history
Fix watch helpers
  • Loading branch information
greg5green committed Jun 28, 2015
2 parents acd4ca5 + 60c453a commit 458d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module.exports = function(grunt) {
tasks: [ 'jscs:dist', 'jshint:dist', 'qunit:dist', 'uglify:dist', 'concat:dist', 'copy:distToDocs', 'copy:srcToDocs' ]
},
helpers: {
files: [ '<%= app.src %>/helpers/*.js' ],
files: [ '<%= app.docs.src %>/helpers/*.js' ],
tasks: [ 'assemble' ]
},
test: {
Expand Down

0 comments on commit 458d914

Please sign in to comment.