Skip to content

Commit d4d80c4

Browse files
committed
Merge pull request #438 from eddiemonge/gfile
feat(app): reload grunt server when gruntfile is updated
2 parents d1e560e + 50c6abb commit d4d80c4

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)