Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
thpessato
Contributor III
Contributor III

Folders in Mashup Template

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.

5 Replies
ErikWetterberg

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

thpessato
Contributor III
Contributor III
Author

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.

Not applicable

I have the same problem

thpessato
Contributor III
Contributor III
Author

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