mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixed reference to marko-taglibs.json
This commit is contained in:
parent
df486549de
commit
7ba0fb57cb
@ -36,7 +36,7 @@ exports.enable = function() {
|
||||
hotReload.enable();
|
||||
|
||||
browserRefreshClient
|
||||
.enableSpecialReload('*.marko marko-taglib.json marko-tag.json')
|
||||
.enableSpecialReload('*.marko marko.json marko-tag.json')
|
||||
.onFileModified(function(path) {
|
||||
hotReload.handleFileModified(path);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user