1.0.38 • Published 5 years ago

preclosekit v1.0.38

Weekly downloads
2
License
MIT
Repository
bitbucket
Last release
5 years ago

PrecloseKit

Documentation

https://preclosekit.netlify.com/docs/

Setup

  • Make sure you have the following installed:

Installation

npm install ssh://git@bitbucket.org/preclose/preclosekit.git#<TAG_NUMBER>

Then run yarn add preclosekit.

Development Workflow

Individual gulp tasks can be found in gulpfile.babel.js, but for development you will run:

  • yarn develop Starts BrowserSync instance, watches for file changes, and automatically reloads your browser.

When adding / deleting any of the media it may be necessary to run yarn build to capture those changes.

Always finish work by running yarn build in order to build the production files (dist directory).

Releasing

To release a new version of PrecloseKit, commit your changes and create a PR into master. Once merged, the changes will automatically be updated on the live site.

After your changes have been merged into master, you can cut a release. Follow the instructions here for tagging releases in Bitbucket.

Update PrecloseKit in your project's package.json to the the most recent tag number.

Browser Support

Chrome | Firefox | Edge | IE | Safari iOS Safari --- | --- | --- | --- | --- | --- | Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9+ ✔ | 10+ ✔