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

feat: dev config tool update (fix #298) #295

Merged
merged 16 commits into from
Jan 15, 2020

Conversation

jinwoo-kim-nhn
Copy link
Contributor

@jinwoo-kim-nhn jinwoo-kim-nhn commented Jan 13, 2020

Please check if the PR fulfills these requirements

  • It's submitted to right branch according to our branching model
  • It's right issue type on title
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • It does not introduce a breaking change or has description for the breaking change

Description

issue


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

@junghwan-park
Copy link
Member

@jinwoo-kim-nhn 바꾸게된 이유와 변경 내역이 github issue로 PR에 연결되어 관리되면 좋을것 같습니다.

@jinwoo-kim-nhn jinwoo-kim-nhn changed the title Feat/dev config tool update feat: dev config tool update (fix #298) Jan 14, 2020
@junghwan-park
Copy link
Member

fabric 설치 방법이 바뀐다면 readme에 설명도 바뀌어야 할 것 같습니다!

Copy link
Member

@junghwan-park junghwan-park left a comment

Choose a reason for hiding this comment

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

테스트도 문제 없이 돌아가는거죠?ㅎㅎ

리뷰 완료입니다. 고생 많으셨어요~

Copy link
Contributor

@dongsik-yoo dongsik-yoo left a comment

Choose a reason for hiding this comment

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

[01/14] Reviewed. Keep up the good work!

karma.conf.js Outdated
{
test: /\.js$/,
include: /src/,
exclude: /node_modules|bower_components/,
Copy link
Contributor

Choose a reason for hiding this comment

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

Doest this use bower?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I knew wrong usage, bower did not need to excloud. Thank you.

karma.conf.js Outdated
test: /\.styl$/,
loader: 'css-loader!stylus-loader?paths=src/css/'
use: [
Copy link
Contributor

Choose a reason for hiding this comment

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

A brief version is use: ['css-loader', 'stylus-loader'].

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you.

],
loaders: [
{
exclude: /node_modules|bower_components/,
Copy link
Contributor

Choose a reason for hiding this comment

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

bower?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I knew wrong usage, bower did not need to excloud. OK

@jinwoo-kim-nhn jinwoo-kim-nhn merged commit a1fa501 into master Jan 15, 2020
@jinwoo-kim-nhn jinwoo-kim-nhn deleted the feat/devConfigToolUpdate branch March 20, 2020 08:13
HerlinMatos pushed a commit to EveryMundo/tui.image-editor that referenced this pull request Jul 2, 2020
* feat: webpack version up

* feat: cssExtract plugin update

* feat: karma.conf update middle commit

* feat: karma.conf update middle commit

* feat: webpack with karma version update middle commit

* update package-lock

* feat: karma version update 4.x.x

* fix: fixed all vulnerabilities at package.json

* fix: added mode property webpack config

* feat: added dist directory for npm istall test

* test complete with delete dist directory

* restore un nessary fix point

* apply code review at webpack config

* fix: fixed fabricjs install guide

* fix: fix karma.conf.js for css-loader webpack config
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.

None yet

3 participants