Q: Hi Thomas!

It seems to be a very good tool and I am interested. Just have 2 questions:

1 - When you say that it is possible to host the files generated by Reboo on our WebHost, where exactly should we store it to be able to work? I mainly use Wordpress with Thrive Architect. Considering the wordpress file diretory, where I would need to upload your files to have everything running smoothly?

2 - If I understand correctly, even if Reboo dissapeard by any reason, as long as I maintain the file in my server wordpress directory, I will not have any problem. Please confirm.

Congrats for the tool. Having the possibility of editing in a desktop, it is very good. I am looking forward to hearing from you! :)

nbarataPLUSJul 16, 2019
Founder Team
Thomas_Reboo

Thomas_Reboo

May 14, 2024

A: Hi! Reboo generates one CSS and one JS files and images (if they are used). You can export a folder that you can upload it wherever you prefer. You just need to link the CSS and JS files in your header with a code like this:

<link href="https://PATH-TO-YOUR-FOLDER/reboo.min.css" rel="stylesheet"></link>
<script src="https://PATH-TO-YOUR-FOLDER/reboo.min.js" type="text/javascript"></script>

And yes, once they are uploaded to your server they are 100% independent from Reboo,

Share
Helpful?
Log in to join the conversation
Posted: Jul 16, 2019

Thanks for the fast reply! Last information: Is it Reboo mainly to add changes to existing websites or do you also have templates? Or even build from scratch? Thanks.