mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 15:35:37 +08:00
DEV: Remove template-compiler from frontend test bundle (#24241)
Nowadays, themes/plugins have their templates compiled at build-time, so there is no need for us to carry the template compiler on the frontend during tests
This commit is contained in:
parent
f953b53a70
commit
4425e99bf9
@ -78,9 +78,6 @@ module.exports = function (defaults) {
|
||||
|
||||
// WARNING: We should only import scripts here if they are not in NPM.
|
||||
app.import(vendorJs + "bootbox.js");
|
||||
app.import("node_modules/ember-source/dist/ember-template-compiler.js", {
|
||||
type: "test",
|
||||
});
|
||||
app.import(discourseRoot + "/app/assets/javascripts/polyfills.js");
|
||||
|
||||
app.import(
|
||||
|
Loading…
x
Reference in New Issue
Block a user