Lucky - Instant.Page
Set up Instant.Page in a Lucky Application
Used 57 times
S
Stephen Dolan
Template Source
Review the code before running this template on your machine.
def add_instant_page_to_layout_head
inject_into_file "src/components/shared/layout_head.cr", after: /\s+js_link asset\("js\/app.js"\).*\n/ do<<~EOF
\t\t\tjs_link src: "https://instant.page/5.1.0", type: "module", integrity: "sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"
EOF
end
end
say "Adding `js_link` for Instant.Page to `src/components/shared/layout_head.cr`...", :yellow
add_instant_page_to_layout_head
say "Done.", :green