mirror of
https://github.com/jlengrand/keep-a-changelog.git
synced 2026-03-10 08:31:22 +00:00
Defer JS loading to improve first paint perf
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
= stylesheet_link_tag 'application'
|
||||
- else
|
||||
= stylesheet_link_tag 'legacy'
|
||||
= javascript_include_tag 'all'
|
||||
= javascript_include_tag 'all', defer: true
|
||||
|
||||
%body
|
||||
%article
|
||||
|
||||
Reference in New Issue
Block a user