You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: