2.0.0 • Published 8 years ago
theknot-ui-footer v2.0.0
Intro
UI component for theknot.com main footer. This project does not currently have any tests because there are no scripts for this component and the build process is run through tk-bootstrap.
index.sass is the entrypoint for all footer-related styles.
footer.mustache gets compiled into the static footer file on S3 that's consumed by the_knot_layout and by proxy all theknot.com applications.
Must Read!
This repo is consumed by 2 separate applications: tk-bootstrap & brashboard. You would need to create separate branches based either from master or chore/decouple-from-layout for each feature you want to add to the footer.
TK Bootstrap Deployment
- checkout a branch from master and make your changes.
- commit and merge back into master when you are sure the changes are ready to go.
- Update the package version based on your changes. (We recommend to commit the version in a separate PR)
git checkout masterandgit pullto make sure you have the latest changes.- A clean npm install is recommended
- run
npm publishand log on to Gemfury to verify the latest is being published. (distis not created in this version of the package!) - Go to tk-bootstrap, checkout branch and update to use latest package version for footer. (Clean install works best)
- Verify version changes in package json and shrinkwrap file, commit and merge.
- deploy tk-bootstrap on Jenkins
BHP Deployment
- checkout a branch from
chore/decouple-from-layoutand make your changes. - commit and merge back into
chore/decouple-from-layoutwhen you are sure the changes are ready to go. - Update the package version based on your changes. (We recommend to commit the version in a separate PR)
git checkout chore/decouple-from-layoutandgit pullto make sure you have the latest changes.- A clean npm install is recommended
- run
./node_modules/.bin/gulp generate_distto create new dist. - run
npm publishand log on to Gemfury to verify the latest is being published. (distshould have been created!) - Go to brashboard, checkout branch and update to use latest package version for footer. (Clean install works best)
- Verify version changes in package json and shrinkwrap file, commit and merge.
- deploy brashboard
2.0.0
8 years ago