mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:33:43 +08:00
cbb27241c4
This is to help with the migration to Ember CLI. In the current running version of Discourse everything should be the same as before, just with a few extra files that are not used. However, using Ember CLI this can be installed as an Ember addon. Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
14 lines
428 B
JavaScript
14 lines
428 B
JavaScript
//= require_tree ./discourse-common/addon
|
|
//= require i18n-patches
|
|
//= require_tree ./select-kit
|
|
//= require wizard/router
|
|
//= require wizard/wizard
|
|
//= require_tree ./wizard/templates
|
|
//= require_tree ./wizard/components
|
|
//= require_tree ./wizard/models
|
|
//= require_tree ./wizard/routes
|
|
//= require_tree ./wizard/controllers
|
|
//= require_tree ./wizard/lib
|
|
//= require_tree ./wizard/mixins
|
|
//= require_tree ./wizard/initializers
|