35 lines
1.7 KiB
ReStructuredText
Executable File
35 lines
1.7 KiB
ReStructuredText
Executable File
|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release|
|
|
|
|
frontend-app-profile
|
|
====================
|
|
|
|
Please tag **@edx/arch-fed** on any PRs or issues.
|
|
|
|
Introduction
|
|
------------
|
|
|
|
React app for user account management.
|
|
|
|
Important Note
|
|
--------------
|
|
|
|
The production Webpack configuration for this repo uses `Purgecss <https://www.purgecss.com/>`_
|
|
to remove unused CSS from the production css file. In webpack/webpack.prod.config.js the Purgecss
|
|
plugin is configured to scan directories to determine what css selectors should remain. Currently
|
|
the src/ directory is scanned along with all @edx/frontend-component* node modules and paragon.
|
|
If you add and use a component in this repo that relies on HTML classes or ids for styling you
|
|
must add it to the Purgecss configuration or it will be unstyled in the production build.
|
|
|
|
.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master
|
|
:target: https://travis-ci.org/edx/frontend-app-profile
|
|
.. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-app-profile
|
|
:target: https://codecov.io/gh/edx/frontend-app-profile
|
|
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg
|
|
:target: https://www.npmjs.com/package/@edx/frontend-app-profile
|
|
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg
|
|
:target: https://www.npmjs.com/package/@edx/frontend-app-profile
|
|
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg
|
|
:target: @edx/frontend-app-profile
|
|
.. |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
|