FIX: select-kit was in the wrong place
`app/` means we want to merge it into our application there. `addon` means give it its own module namespace, which is what we wanted.
This commit is contained in:
parent
8e7efb48ae
commit
09ca75d17e
|
@ -1,6 +1,6 @@
|
|||
//= require_tree ./discourse-common/addon
|
||||
//= require ./polyfills
|
||||
//= require_tree ./select-kit/app
|
||||
//= require_tree ./select-kit/addon
|
||||
//= require ./discourse/app/app
|
||||
//= require ./app-boot
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue