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

chore(devenv): remove JS build from dev server prereq #564

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Feb 14, 2018

Overview

This change removes JS build that used to run before our dev server runs, as our dev server code (server.js) itself runs WebPack to build JS code.

Changed

Changed the route of dev env's static content so that WebPack dev middleware can handle the route.

Testing / Reviewing

Testing should make sure our dev env is not broken.

@asudoh asudoh changed the title chore(devenv): remove JS build from dev server prereq [WIP] chore(devenv): remove JS build from dev server prereq Feb 14, 2018
As dev server code (server.js) itself runs WebPack to build JS code.

Also changed the route of dev env's static content so that WebPack dev middleware can handle the route.
@asudoh asudoh changed the title [WIP] chore(devenv): remove JS build from dev server prereq chore(devenv): remove JS build from dev server prereq Feb 14, 2018
Copy link
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

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

LGTM!

Interesting though, I ran yarn and then npm run dev and I got errors. So I tried npm install and after that everything worked fine. 🤷‍♀️ ?

@marijohannessen
Copy link
Contributor

👍 ✅ It worked for me just doing yarn and npm run dev 🤷‍♀️

@marijohannessen marijohannessen merged commit afdedb8 into carbon-design-system:master Feb 14, 2018
@asudoh asudoh deleted the js-build-server branch February 14, 2018 20:01
joshblack pushed a commit to joshblack/carbon that referenced this pull request May 2, 2019
* refactor(detail-page-header): start work on refactoring

* refactor(detail-page-header): refactor detail page header for 3.x

* test(detail-page-header): start updating tests:

* refactor(detail-page-header): add scroll styles

* fix(detail-page-header): debounce scroll

* fix(detail-page-header): fix logic, add eslint ignore

* refactor(detail-page-header): add status node, scrolling props

* test(detail-page-header): update tests

* fix(detail-page-header): allow users to pass down scroll props

* refactor(detail-page-header): update storybook prop names
joshblack pushed a commit to joshblack/carbon that referenced this pull request May 2, 2019
* fix: bug fixes for carbon-design-system#508

* fix: made change suggested in comment, and fixed unit test
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.

3 participants