This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/lib
David Taylor 9ebebfb4cc
FIX: Load admin-specific JS when compiling via ember-cli (#18086)
The previous sprockets implementation was including admin-specific JS in the plugin's main JS file, which would be served to all users regardless of admin status. This commit achieves the same result under the ember-cli plugin asset compiler with one difference: the admin js is compiled into a separate file. That means that in future, we'll be able to make it loaded only for admins. For now though, it's loaded for everyone, just like before.
2022-08-25 11:36:02 +01:00
..
bootstrap-json FIX: Load admin-specific JS when compiling via ember-cli (#18086) 2022-08-25 11:36:02 +01:00
discourse-scss.js DEV: Make sass deprecations quieter during test build (#17369) 2022-07-07 11:03:16 +01:00
plugin-js.js DEV: Update plugin JS loading in Ember CLI testem environment 2022-01-18 10:16:29 +00:00
pretty-text-engine.js Support for Testem in Ember CLI (#12442) 2021-03-19 09:32:46 -04:00
scripts.js DEV: Pass static scripts through Ember CLI (#17373) 2022-07-08 10:13:46 +01:00
translation-plugin.js DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00