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();
|
hotReload.enable();
|
||||||
|
|
||||||
browserRefreshClient
|
browserRefreshClient
|
||||||
.enableSpecialReload('*.marko marko-taglib.json marko-tag.json')
|
.enableSpecialReload('*.marko marko.json marko-tag.json')
|
||||||
.onFileModified(function(path) {
|
.onFileModified(function(path) {
|
||||||
hotReload.handleFileModified(path);
|
hotReload.handleFileModified(path);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user