fix loading of templates in debug mode

pull/232/head
nightwing 2016-01-09 03:48:04 +04:00
rodzic c0356ee1e3
commit c6848685b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,7 @@ define(function(require, exports, module) {
var ENABLED = c9.location.indexOf("debug=2") > -1;
var HASSDK = ENABLED || experimental.addExperiment("sdk", false, "SDK/Load Custom Plugins");
var reParts = /^(builders|keymaps|modes|outline|runners|snippets|themes)\/(.*)/;
var reParts = /^(builders|keymaps|modes|outline|runners|snippets|themes|templates)\/(.*)/;
var reModule = /(?:_highlight_rules|_test|_worker|_fold|_behaviou?r)\.js$/;
var jsExtRe = /\.js$/;