Marko Kaznovac and GitHub
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 and GitHub
ea6ade9061
Consolidating env-specific files into main config file for simplicity
2022-02-10 22:25:56 +01:00
Ryan Weaver
02e62440a4
adding caveat to encore post-install
2021-12-23 12:12:10 -05:00
Ryan Weaver
f9236b266c
updating recipe for Stimulus 3
2021-12-03 15:06:25 -05:00
Fabien Potencier and GitHub
f30eb9dc45
Merge pull request #982 from seb-jean/patch-1
...
URL changed
2021-09-19 20:01:49 +02:00
Fabien Potencier
1aa7d46cb0
Remove the header from post-install files (handled by Flex now)
2021-08-30 12:25:28 +02:00
seb-jean and GitHub
a2b688f8f2
URL changed
2021-08-10 16:44:54 +02:00
Ryan Weaver and GitHub
e06589bbf8
Suggesting attribute for Turbo users ( #943 )
2021-08-03 12:37:24 -07:00
Nicolas Grekas
a1a70353f6
Remove all symlinks
2021-07-07 16:12:10 +02:00
Ryan Weaver
fa448ef891
fixing closing tag
2021-02-18 20:29:25 -05:00
Kévin Dunglas
d5b6c76383
wording
2021-02-05 17:33:16 +01:00
Kévin Dunglas
f67b143e21
add missing file
2021-02-05 17:30:47 +01: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