Hacker News new | ask | show | jobs
by nickromano 319 days ago
TurboLinks only replaces the <body> so you can put any scripts you'd like loaded exactly once into the <head> tag. You can use <script async> to keep it from blocking.
1 comments

yeah but I needed it loaded exactly once only on certain pages and not on others.