discourse/app/assets/javascripts/discourse-hbr/index.js
Robin Ward e80332a2bc
REFACTOR: Sync up master with changes for Ember-CLI (#11671)
The more parallel the branches, the easier the transition will be.
2021-01-12 10:13:21 -05:00

12 lines
218 B
JavaScript

"use strict";
const rawHandlebarsCompiler = require("./raw-handlebars-compiler");
module.exports = {
name: require("./package").name,
treeForApp() {
return rawHandlebarsCompiler(this.app.trees.app);
},
};