Hey,
i'd like to use UIkit3 as my primary framework in a new extension.
How would you do that? I'd like to use UIkit 3 in the frontend and the backend.
I suggest i have to prefix UIkit3 to avoid conflicts with the native framework of pagekit backend.
How can i automate following steps in the build process of my extension
- check/fetch newest uikit version
- prefix UIkit
- Compile sass customisations
- put compiled files into assets folder of my extension...