bootstrap-package sitepackagebuilder less files compiling

491 views Asked by At

I used the bootstrap_package and built an extension with the sitepackage builder. https://www.sitepackagebuilder.com/ Normally the less files are processed when the template constants are edited in the backend(without sitepackage). After installing the sitepackage the backend editing of the constants gets disabled. I can now work with less files in my own extension to override/extend the standard less/css stuff. But i cant find out how to process the less files to get compiled :( Has anyone any ideas?

1

There are 1 answers

1
Oleg V Karun On

You can try EXT from TYPO3 extensions like https://extensions.typo3.org/extension/ws_less/ or configurate Grunt or Gulp for less and then include ready for use css file. Example of config for compiling https://ericnish.io/blog/compile-less-files-with-grunt/