-
Notifications
You must be signed in to change notification settings - Fork 13
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
Nowhere to put non MVC classes #7
Comments
Currently any mirah or java files in lib are compiled to WEB-INF/classes. You could put your files there. |
I think my earlier comment resolves this. |
I think the dependencies inside a project are still hard wired, so you need to modify Rakefile to get anything else than app/[MVC] to compile and work with your app's MVC files. |
point. I really need to go through compilation again. Reopened. |
Try my automatic dependency resolution https://gist.github.com/799946 if you hook it up to mirah parser it will be pretty solid. Note that I don't use views, it might not work perfectly for those. |
AFAIK there is no place to put non MVC classes (so that they get compiled into application).
I would imagine I could create some directories under the "app" folder and files would be included in my application.
The text was updated successfully, but these errors were encountered: