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

Code reuse: static files #8

Open
ejucovy opened this issue May 11, 2013 · 0 comments
Open

Code reuse: static files #8

ejucovy opened this issue May 11, 2013 · 0 comments
Labels

Comments

@ejucovy
Copy link
Member

ejucovy commented May 11, 2013

The static files in ./common_static should be audited. Most of them probably don't need to be there.

Of the ones that do need to be there, they should be divided into two groups: ones that are needed for the application itself to function (e.g. ace.js and any diff.js files) and ones that are just used for presentation (e.g. less)

The functionally important ones should be moved inside a static directory within the app directory. The presentational ones should remain at the project level.

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

No branches or pull requests

1 participant