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:
Robin Ward 2020-05-20 11:48:35 -04:00
parent 8e7efb48ae
commit 09ca75d17e
111 changed files with 1 additions and 1 deletions

View File

@ -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