0.1.9 • Published 9 years ago
product-admin v0.1.9
product-admin
Contains the EA Configuration Uapp product admin screens
How do I get this component to be included in config_uApp?
- Do development stuff
- Create a branch
- Test component using dist
- Change bower in
config_uAppto reference your development branch e.g.,your-dev-branch bower update, build and testconfig_uApp- PR
product-admincomponentyour-dev-branchtomaster npm publishfromproduct-admincomponentmaster- Change bower in
config_uAppto use the newproduct-admincomponent version (probably patch +1)
Development
Building & Test
For local development,
npm test
npm run dist
cd dist
node app.js
# or to use a different environment (default is QA)
# node app.js DEBUG_ENV=[qa-client|dev-client|mock|real]Publishing
Publish a new bower component using standard processes. Do this from master branch once development is complete.
npm publish will run the necessary tasks to version and push a new tag to this component's repo. Change config_uApp's bower.json to reference the new git tag—created in this step—and push config_uApp to master with updated bower.json
TODO: Integrate babel / transpiler with publish, and publish the actual artifact rather than src.
0.1.9
9 years ago