-
-
Notifications
You must be signed in to change notification settings - Fork 92
Switch to Webpack compilation for JS/CSS #254
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10836 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10837 lines exceeds the maximum allowed for the inline comments feature.
Immediate context:
It looks like the webpack changes didn't get included in the I guess this brings up the point that you only really need yarn for development and doing builds, and that actual releases would have the built assets already included in them. Don't really want to install yarn in the |
All reactions
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10837 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10852 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10852 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10932 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10932 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10950 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
Capturing here in the event it doesn't get finished tonight. I think when the last red X goes green, we'll be ready to merge. |
All reactions
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11014 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10944 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 10944 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn mor A373 e.
The PR diff size of 11092 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11331 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11330 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11363 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11367 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11372 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11372 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11372 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11372 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11380 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 11380 lines exceeds the maximum allowed for the inline comments feature.
Sorry, something went wrong.
All reactions
Code Climate has analyzed commit 1115ca2 and detected 72 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
All reactions
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it was written, so it shall be done: "YOLO"
Sorry, something went wrong.
All reactions
codeclimate[bot]
0xdade
Successfully merging this pull request may close these issues.
Use sane compilation build system for front-end assets
This PR switches Natlas-server to build JS/CSS assets using Webpack. All external dependencies are now explicitly modeled using package.json instead of copy-and-paste. TypeScript is now available and enabled. ESLint is enabled and better enforced.
Fixes #232