discourse/app
Robin Ward 7f373e8b93 DEV: Don't use js.erb for constants
Adds a new rake task to auto generate a constants.js file with the
constants present. This makes migrating to Ember CLI easier, but also
slightly speeds up asset compilation by having to do less work.

If the constants change you need to run:
`rake javascripts:update_constants`
2020-05-08 14:14:01 -04:00
..
assets DEV: Don't use js.erb for constants 2020-05-08 14:14:01 -04:00
controllers FEATURE: tighten rate limiting rules for forgot password 2020-05-08 13:30:51 +10:00
helpers FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
jobs FIX: remove deprecated URI.escape (#9697) 2020-05-08 11:14:59 +10:00
mailers FIX: Change user digest email total unread notification calculation (#9648) 2020-05-06 14:23:13 +10:00
models FIX: Don't trigger user_updated event for bot users. 2020-05-08 09:28:16 +08:00
serializers FEATURE: Optionally delete bookmark when reminder sent (#9637) 2020-05-07 13:37:39 +10:00
services FIX: correct edit notification username for PMs (#9649) 2020-05-07 07:52:21 +10:00
views FIX: preload-store was removed 2020-05-07 11:00:47 -04:00