Commit Graph

18 Commits (master)

Author SHA1 Message Date
Romain aa6c9a906f chore: update README CLI usage without old dependency 5 months ago
Romain 99e342c18d fix: remove changelog process that doesn't work 1 year ago
Romain 421f1eef2a chore: cleanup Github workflows and replace Travis CI 3 years ago
Romain dee262524b chore: create a Github release with a changelog for every tag
Fixes #196
3 years ago
Romain 4c64251bf5 fix(build): Revert 3ec009e6 + Travis deployment condition + extract Travis script
Travis deploy steps have to be a script file (not a list of steps).

Revert 3ec009e6 because “npm install git+file” actually reads from the local master branch, which
- doesn’t work on Travis since Travis checks out a detached head
- doesn’t work as expected locally, since you might have local changes or might be working from a different branch

For the time being it’s easier to simplify the Docker script and release a known published version.
6 years ago
Romain 23b4016923 chore(build): automatically build and publish the Docker image with Travis CI
Fixes #114.
6 years ago
Romain 832673f322 refactor(tests): integration tests as part of the Mocha suite
Some benefits:
- no need to check-in a full website to compare against
- targeted asserts, instead of a “should be 100% the same”
- more robust against cosmetic theme changes
- allows for testing more edge cases in the future
- can’t forget to run the integration tests since they’re part of “npm test”
6 years ago
Romain 03a9c9a319 refactor: themes are now standalone folders, to prepare for external loading
Every theme is made of { Handlebars + Less + Partials + Helpers + Public }
6 years ago
Romain e9e5f32970 Add test coverage + clean up build scripts 7 years ago
Romain 870b60de17 Simplify test scripts & document them in CONTRIBUTING.md 7 years ago
Romain 208f0f0212 Run full integration tests inside Docker. Travis runs unit + integration. 7 years ago
Romain afd3915778 Add full integration test: compare galleries to previously generated snapshot 7 years ago
Romain b35870a9e5 Fix require-lint to ignore video.js (not referenced) 7 years ago
Romain 59b9bdbbd2 Use <standard> for code style, which removed lots of unused variables/requires 7 years ago
Romain 596fe1babc Fix CI build 7 years ago
Romain fb7ed50753 Prepare for npm publish (ignore tests, cleanup license...) 8 years ago
Romain 6bfba60918 Update all dependencies + full build script in scripts/cibuild 8 years ago
Romain 6565acb259 Update README.md 8 years ago