Showing 1 – 1 of 1 replies
georgestam

I manage to launch Rails with this […]

georgestam PURCHASED
7 years ago
Hello,

I manage to launch Rails with this template but I cannot manage to make the Front-end Theme page work (I am quite new).

I understand that the Front-end Theme is in the Frontend folder, but I dont know where to put all those files within the rails app (i.e. css, sass, fonts, ect). Could you please let me know where to put them?

Many thanks,

Jordi
Authentic Goods Co.
7 years ago
Hi,

If you want to integrate the front-end theme into the Rails theme you'll want to look at the app folder.
This will have an assets folder for your images, js, and css. It will also contain your views and controllers needed for display. For any 3rd party plugins you'll want those in vendor/assets/ which is back in the root directory. Hope this helps.