Skip to content

Commit 868787d

Browse files
committed
Updated Gruntfile.js: ngdocs:watch to rebuild upon html and css changes
1 parent 45795c7 commit 868787d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ module.exports = function (grunt) {
201201
files: ['Gruntfile.js'],
202202
tasks: ['eslint']
203203
},
204-
js: {
205-
files: ['Gruntfile.js', 'src/**/*.js'],
204+
all: {
205+
files: ['Gruntfile.js', 'src/**/*.js', 'src/**/*.html', 'styles/**/*.css'],
206206
tasks: ['build']
207207
}
208208
}

0 commit comments

Comments
 (0)