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

Branding fixes #7

Merged
merged 2 commits into from
Feb 13, 2017
Merged

Conversation

indirectlylit
Copy link

These changes address some issues I was having, demo'd here: #6

In particular, modules are now compiled with absolute paths so that local relative references are resolved.

Also found an issue where require statements with dots in the names were skipped (e.g. if a file is named with .styl or .vue). The logic responsible is here: https://github.com/rtibbles/kolibri/blob/brand_my_build/frontend_build/src/apiSpecExportTools.js#L78

I briefly looked at fixing the code but instead just took out the dots. I'll make an issue for this.

@rtibbles
Copy link
Owner

This looks like the right fix.

Yes, I should probably do something neater for checking whether it is a relative import or not.

@rtibbles rtibbles merged commit fc7af46 into rtibbles:brand_my_build Feb 13, 2017
@indirectlylit indirectlylit deleted the branding-fixes branch February 14, 2017 02:12
rtibbles pushed a commit that referenced this pull request Jul 26, 2019
rtibbles pushed a commit that referenced this pull request Oct 23, 2019
updates regarding app bar color tokens
rtibbles pushed a commit that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants