Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Adding Livereload to Jade files
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Sep 7, 2013
1 parent 39db681 commit 517fc6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
watch: {
jade: {
files: ['app/views/**'],
options: {
livereload: true,
},
},
html: {
files: ['public/views/**'],
options: {
Expand Down

0 comments on commit 517fc6f

Please sign in to comment.