Skip to content

Commit 50c6abb

Browse files
committed
feat(app): reload grunt server when gruntfile is updated
When a change occurs on gruntfile, reload the server
1 parent 3da4a13 commit 50c6abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: templates/common/Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ module.exports = function (grunt) {
3434
files: ['<%%= yeoman.app %>/styles/{,*/}*.css'],
3535
tasks: ['copy:styles', 'autoprefixer']
3636
},
37+
gruntfile: {
38+
files: ['Gruntfile.js']
39+
},
3740
livereload: {
3841
options: {
3942
livereload: '<%%= connect.options.livereload %>'

0 commit comments

Comments
 (0)