mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:52:11 +08:00
c124c69833
- Remove the wildcard crawler. This was already excluding almost all file types, but the exclude list was missing '.gjs' which meant those files were unnecessarily being hoisted into the `public/` directory during precompile - Automatically include all ember-cli-generated assets without needing them to be listed. The main motivation for this change is to allow us to start using async imports via Embroider/Webpack. The filenames for those new async bundles will not be known in advance. - Skips sprockets fingerprinting on Embroider/Webpack chunk JS files. Their filenames already include a fingerprint, and having sprockets change the filenames will cause problems for the async import feature (where filenames are included deep inside js bundles) This commit also updates our ember-cli build so that it skips building plugin tests in the production environment. This should provide a slight build speed improvement. |
||
---|---|---|
.. | ||
001-redis.rb | ||
002-freedom_patches.rb | ||
002-rails_failover.rb | ||
004-message_bus.rb | ||
005-site_settings.rb | ||
006-ensure_login_hint.rb | ||
006-mini_profiler.rb | ||
008-rack-cors.rb | ||
009-omniauth.rb | ||
012-web_hook_events.rb | ||
013-excon_defaults.rb | ||
014-track-setting-changes.rb | ||
099-anon-cache.rb | ||
099-drain_pool.rb | ||
100-i18n.rb | ||
100-logster.rb | ||
100-oj.rb | ||
100-onebox_options.rb | ||
100-push-notifications.rb | ||
100-quiet_logger.rb | ||
100-regex-timeout.rb | ||
100-secret_token.rb | ||
100-session_store.rb | ||
100-sidekiq.rb | ||
100-silence_logger.rb | ||
100-strong_parameters.rb | ||
100-verify_config.rb | ||
100-wrap_parameters.rb | ||
101-lograge.rb | ||
102-truncate-logs.rb | ||
200-first_middlewares.rb | ||
300-perf.rb | ||
400-deprecations.rb | ||
000-development_reload_warnings.rb | ||
000-mini_sql.rb | ||
000-post_migration.rb | ||
000-trace_pg_connections.rb | ||
000-zeitwerk.rb | ||
assets.rb | ||
filter_parameter_logging.rb | ||
new_framework_defaults_7_0.rb |