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

Fix local theme folder #1706

Merged
merged 1 commit into from Nov 12, 2017
Merged

Fix local theme folder #1706

merged 1 commit into from Nov 12, 2017

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Nov 12, 2017

No description provided.

@xPaw xPaw added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Nov 12, 2017
@xPaw xPaw added this to the 2.6.0 milestone Nov 12, 2017
@@ -49,7 +49,7 @@ function makeLocalThemeObject(css) {
const themeName = css.slice(0, -4);
return {
displayName: themeName.charAt(0).toUpperCase() + themeName.slice(1),
filename: path.join(__dirname, "..", "client", "themes", `${themeName}.css`),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did this work before, I am not sure. The final path would be lounge/src/client/themes where src/ is incorrect.

@astorije astorije merged commit 6af282e into master Nov 12, 2017
@astorije astorije deleted the xpaw/fix-local-themes branch November 12, 2017 19:24
@astorije astorije added Meta: Internal This is an internal codebase change (testing, linting, etc.). and removed Meta: Internal This is an internal codebase change (testing, linting, etc.). labels Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants