discourse/app
Kyle Zhao 8b2a379e4e
DEV: transpile certain ES6 files without producing a module (#6460)
`.js.no-module.es6` files will be transpiled without producing a module.

import/export statements are deliberately not supported, so one would still need to use 
`const module = require('moduleName').default.`
2018-10-09 09:18:23 +08:00
..
assets DEV: transpile certain ES6 files without producing a module (#6460) 2018-10-09 09:18:23 +08:00
controllers add category style boxes with featured topics option 2018-10-08 16:19:54 -07:00
helpers extract client side Discourse setup inline JS (#6409) 2018-10-01 21:29:04 -07:00
jobs FIX: Retry sending email in case of temporary issue. (#6375) 2018-10-04 22:56:24 +08:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models add category style boxes with featured topics option 2018-10-08 16:19:54 -07:00
serializers FIX: Display errors in single theme pages (#6449) 2018-10-04 02:33:06 +05:30
services FEATURE: only export settings that changed via rake task 2018-10-08 11:54:52 +11:00
views extract client side Discourse setup inline JS (#6409) 2018-10-01 21:29:04 -07:00