mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 04:07:11 +02:00
Adding Livereload to Jade files
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user