From 8c04f4a3dfd2280927bc95a59063e8eab815e4ca Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 30 Mar 2014 19:17:26 -0500 Subject: [PATCH] LiveReload - reference non-minifed assets --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4c631c9..5eb93d8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -119,8 +119,8 @@ module.exports = function(grunt) { livereload: false }, files: [ - 'assets/css/main.min.css', - 'assets/js/scripts.min.js', + 'assets/css/main.css', + 'assets/js/scripts.js', 'templates/*.php', '*.php' ]