From f2d54129ff64e53f89bbc9166f7014f7e397af6f Mon Sep 17 00:00:00 2001 From: Weslly Honorato Date: Sun, 25 Aug 2013 20:49:12 -0300 Subject: [PATCH] Add .php files to livereload --- Gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3ba8862..d09a127 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,7 +70,9 @@ module.exports = function(grunt) { }, files: [ 'assets/css/main.min.css', - 'assets/js/scripts.min.js' + 'assets/js/scripts.min.js', + 'templates/*.php', + '*.php' ] } },