Hi, I've created a project which uses google app engine for the back-end. I wanted to create an admin UI on a separate page:
MyProject.html // entry point for public MyProjectAdmin.html // for admin only Is it possible to have one project compile out to two separate js files, one where I have only my public stuff, the second used only for the admin? I don't want to mix any of the admin and public code, and was hoping that there's a way to completely separate the two, within the same project? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
