From 60c453aae567a8a9fd3ae59ea4a41b119246aae5 Mon Sep 17 00:00:00 2001 From: nervo Date: Sun, 28 Jun 2015 21:31:25 +0200 Subject: [PATCH] Fix watch helpers --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d38d0cc8..aaa666e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {