Commit Graph
4 Commits
Author SHA1 Message Date
Marko KaznovacandGitHub 72d18fe640 simplify regex in the stimulus app bootstrap.js (#1002)
* simplify regex in the stimulus app bootstrap.js

use character class instead of group capture with an alternation

* simplify regex in the stimulus app bootstrap.js

for 1.6

* simplify regex in the stimulus app bootstrap.js

for 1.0
2022-02-17 17:04:33 +01:00
Ryan Weaver f9236b266c updating recipe for Stimulus 3 2021-12-03 15:06:25 -05:00
Nicolas Grekas a1a70353f6 Remove all symlinks 2021-07-07 16:12:10 +02:00
Ryan Weaver cf47b10f13 Moving scripts to <head> by default
With <script defer, execution is still done after page load, but is more performant
and works will with Turbo
2021-01-15 14:00:20 -05:00