-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove extra customizations
- Loading branch information
1 parent
9ed2543
commit c4ad876
Showing
4 changed files
with
19 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,27 +184,15 @@ Reporting Security Issues | |
========================= | ||
|
||
Please do not report security issues in public. Please email [email protected]. | ||
======= | ||
*********** | ||
Local Development | ||
*********** | ||
|
||
For local development and testing follow these steps. (for convenience sake consider learning MFE as parent app) | ||
|
||
* Clone frontend-component-footer-mitol into frontend-app-learning directory. | ||
* CD into the frontend-component-footer-mitol and run the following commands:: | ||
npm i | ||
|
||
npm build | ||
* Verify a `dist/` directory has been created. | ||
* CD back into frontend-app-learning and create a module.config.js file | ||
* Place the following code in the module.config.js:: | ||
|
||
module.exports = { | ||
localModules: [ | ||
{ moduleName: '@edx/frontend-component-footer', dir: './frontend-component-footer-mitol' }, | ||
} | ||
|
||
* Restart frontend-app-learning and verify it is using the local version from @edx/frontend-component-footer | ||
* For css changes you might need to rebuild again. | ||
.. |Build Status| image:: https://api.travis-ci.com/edx/frontend-component-footer.svg?branch=master | ||
:target: https://travis-ci.com/edx/frontend-component-footer | ||
.. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-component-footer | ||
:target: @edx/frontend-component-footer | ||
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-component-footer.svg | ||
:target: @edx/frontend-component-footer | ||
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-component-footer.svg | ||
:target: @edx/frontend-component-footer | ||
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-component-footer.svg | ||
:target: @edx/frontend-component-footer | ||
.. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg | ||
:target: https://github.com/semantic-release/semantic-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters