Skip to content

Commit 7c07047

Browse files
committed
Watch PHP files
This is just to get live reload to fire
1 parent f382bae commit 7c07047

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/grunt/watch.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ module.exports = {
2020
'webfont'
2121
]
2222
},
23+
php: {
24+
files: [
25+
'<%= files.php %>'
26+
],
27+
tasks: []
28+
},
2329
scss: {
2430
files: [
2531
'<%= files.scss %>'

0 commit comments

Comments
 (0)