-
Notifications
You must be signed in to change notification settings - Fork 24
[TASK] convert deploy app to plugin #686
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
kyungmi
commented
Nov 12, 2015
- create new deploy plugin
- documentation (README.md)
- fix some resource url bugs
- internationalization
[DESC.] - convert system app to plugin - add this plugin to `plugin-settings.json` file
[DESC.] - add `baseUrl` property to the `app-config` module - fix widget's templates using `app-config`
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.
I think it's needless to define i18n as Constants.
the i18n object play a role as Constants.
국제화를 상수로 다시 정의할 필요가 없어보입니다.
그 자체로 이미 상수 역할을 하고 있습니다.
바로 사용하는 것이 좋아 보입니다.
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.
기존 소스에서 컨버팅하는 데 드는 비용을 줄이려고 저렇게 작성했는데, 바꾸도록 하겠습니다.
|
아울러 새로 올라가는 파일들에 대해서는 Coding Convention 적용 부탁 드립니다. |
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.
Coding Convention
[TASK] convert deploy app to plugin