Fixed reference to marko-taglibs.json

This commit is contained in:
Patrick Steele-Idem 2016-03-11 09:13:04 -08:00
parent df486549de
commit 7ba0fb57cb

View File

@ -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);
});