Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to build a complex mashup template, with some folders in it.
For example:
styles/scss/
scripts/
assets/
3rd-libs/
All above are folders that has files inside it.
Is there any way I can include those folders into a mashup template? I tried a couple of ways, but it just let me map files, not folders. And for front-end development in Qlik Sense, that is just terrible.
Have you tried adding the files in the folders to the wbl file? On the other hand, perhaps you need another toolset, there is no support for scss files in dev-hub.
Erik Wetterberg
Erik,
Thanks for your reply. Considering that I may have a complex application using Angular, I may have more than 30 ou 40 files, including web components, etc. I was hoping there was a way to add all files from a folder.
An example of that would be:
scripts/*;
In the wbfolder file.
For the SCSS: My objective is not to use dev-hub to write SCSS, but use it to create a mashup from a mashup template that has several folders in it.
Not sure if I made myself clear enough.
I have the same problem
This will create the folders too? like
styles/css
styles/css/main.css
js/
js/main.js
Or will just put everything in the root folder? like:
main.css
main.js