Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory structure and buildjs.cfg issues #132

Open
ahocevar opened this issue Mar 28, 2012 · 3 comments
Open

Directory structure and buildjs.cfg issues #132

ahocevar opened this issue Mar 28, 2012 · 3 comments

Comments

@ahocevar
Copy link
Contributor

Currently, if we wanted to build e.g. GeoExplorer and include the available translations, we would add

locale/en.js
locale/de.js
...

to buildjs.cfg. And of course we also want the translations from gxp, but we cannot add these, because they would have the same relative path to the root.

I'd suggest we restructure gxp so we have app/script/gxp/ as root for the script resources instead of just app/script/

@bartvde
Copy link
Contributor

bartvde commented Dec 24, 2012

Running into this again today as well, I agree with this restructuring, should we just start this now @ahocevar ?

@bartvde
Copy link
Contributor

bartvde commented Dec 24, 2012

Worked around it by adding a level in a Suite SDK project, but we should really tackle this one IMHO

@ahocevar
Copy link
Contributor Author

We also added a level in GeoExplorer to work around this. But you're right @bartvde . It's time to make this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants