Can i use a customized theme used in a project to another project?

0
Suppose i have a theme created for a particular application. Now i want that theme to be used in another application. I have tried that by copying the theme zipped folder to the other application's theme folder and by selecting that theme from project settings. But when i try to run that i got the errors: 404 - file not found for file: ui/js/login_i18n.js 404 - file not found for file: ui/js/login.js 404 - file not found for file: ui/yui/reset-fonts.css 404 - file not found for file: SSO/ What shall i do to make this work?
asked
2 answers
1

Did you try Project / Clean deployment directory and empty your cache? Because in pricipal this should work.

Regards,

Ronald

answered
0

You mentioned that the theme was created in 4.6.1. Unfortunately, you will most likely have to start over with your theme. The upgrade from 4 to 5 introduced major changes to the way elements are structured and the CSS classes that can be targeted.

answered