Skip to content

Commit

Permalink
feat(app): reload grunt server when gruntfile is updated
Browse files Browse the repository at this point in the history
When a change occurs on gruntfile, reload the server
  • Loading branch information
eddiemonge committed Nov 8, 2013
1 parent 3da4a13 commit 50c6abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ module.exports = function (grunt) {
files: ['<%%= yeoman.app %>/styles/{,*/}*.css'],
tasks: ['copy:styles', 'autoprefixer']
},
gruntfile: {
files: ['Gruntfile.js']
},
livereload: {
options: {
livereload: '<%%= connect.options.livereload %>'
Expand Down

0 comments on commit 50c6abb

Please sign in to comment.