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
Baseframe's third-party asset collection messes with the commit history and content of this repository: committers get credit for code that is not theirs, and the repo appears to be mostly JS and CSS when the original content is mostly Python.
Third-party assets should be split out into an independent repository named baseframe_assets, with baseframe retaining an import hook to make them available as baseframe.assets.
The text was updated successfully, but these errors were encountered:
Will you then use baseframe_assets as a git submodule inside baseframe?
That way you get a link between versions of baseframe and baseframe_assets and can safely update/rollback.
Baseframe's third-party asset collection messes with the commit history and content of this repository: committers get credit for code that is not theirs, and the repo appears to be mostly JS and CSS when the original content is mostly Python.
Third-party assets should be split out into an independent repository named
baseframe_assets
, with baseframe retaining an import hook to make them available asbaseframe.assets
.The text was updated successfully, but these errors were encountered: