https://github.com/projectwallace/constyble-continuous-integration-example
This repository demonstrates how to use Constyble in a project
https://github.com/projectwallace/constyble-continuous-integration-example
Last synced: about 1 year ago
JSON representation
This repository demonstrates how to use Constyble in a project
- Host: GitHub
- URL: https://github.com/projectwallace/constyble-continuous-integration-example
- Owner: projectwallace
- Created: 2019-03-22T21:29:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T20:04:14.000Z (over 7 years ago)
- Last Synced: 2025-06-12T11:29:00.984Z (about 1 year ago)
- Language: CSS
- Homepage: https://www.projectwallace.com/blog/integrating-constyble-into-ci-workflow/
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Constyble continuous integration example
This repository demonstrates how to use Constyble in a project as described in this blog post.
## Key points
* `package.json` containing the `constyble` devDependency and `npm test` script
* `.constyblerc` containing the thresholds configuration to test
* `styles/main.css` with the CSS that will be tested
* `.travis.yml` to make sure that every Pull Request and branch push will be `npm test`ed