From 462856612407b8bcb1120c99dd88f1ce75c01bcc Mon Sep 17 00:00:00 2001 From: jdotzki Date: Mon, 17 Mar 2014 09:55:42 +0100 Subject: [PATCH] fix(gruntfile): 'auto-build' task copy index.html to dist --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index b9f56b02..57ab2c93 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -143,6 +143,7 @@ module.exports = function(grunt) { grunt.registerTask('build', [ 'browserify:dist', 'copy:samples' ]); grunt.registerTask('auto-build', [ + 'copy:samples', 'concurrent:sources', 'connect:livereload', 'watch'