From e223511e5389b8b1160f318dfa710899630f897f Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Sat, 6 Jul 2013 15:09:58 +0100 Subject: [PATCH] minor Grunt tweaks --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cdf146d2..a30d9de4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,9 +12,8 @@ module.exports = function (grunt) { var distDir = 'js/dist/'; var jsFile = 'app.min.js'; // ==================== - // ==================== - // Project configuration. + // Project configuration grunt.initConfig({ pkg: require('./package'), @@ -96,6 +95,7 @@ module.exports = function (grunt) { ], tasks: ['uglify'] }, + livereload: { options: { livereload: true }, files: [