WIP Migrate to stimulus.js and tailwind

This commit is contained in:
Björn Fromme
2021-08-19 19:05:47 +02:00
parent 7f5f48921d
commit 018ddef53f
40 changed files with 676 additions and 481 deletions
+1
View File
@@ -10,6 +10,7 @@ Encore
.setPublicPath('/typo3conf/ext/ep_theme/Resources/Public/')
.addEntry('main', './public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/main.js')
.addEntry('myep', './public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep.js')
.addEntry('groups-calculator', './public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/groups-calculator.js')
.addStyleEntry('rte', './public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/rte.scss')
.addExternals({
jquery: 'jQuery',