Skip to content

Commit

Permalink
Add livereload script to previews.html
Browse files Browse the repository at this point in the history
- Start livereloading on port 3000
  • Loading branch information
derekrushforth committed Aug 21, 2019
1 parent c93f094 commit e5b1ba1
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 251 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -238,9 +238,9 @@ module.exports = function(grunt) {

watch: {
options: {
livereload: true,
livereload: 3000,
},
files: ['src/**/*'],
files: ['src/**/*', './preview.html'],
tasks: ['default'],
},

Expand Down

0 comments on commit e5b1ba1

Please sign in to comment.