Closed sergeir82 closed 6 years ago
It seems to me, last travis script checks that dist and index.html not change after grunt run and git diff must be without HEAD~1 :
if ! git diff --name-only --quiet -- dist docs src index.html --; then echo \"Files where modified after grunt execution!!...\"; exit 1; fi
Thank you! I will check what's the issue with Travis and release your fix ASAP
Description
Fix change saturation color zone on click in hue zone when color is grayscale, black or white. Issue #203
Check list
dist
files have been regenerated withnpm run build
and committed in this PR.npm test
.CONTRIBUTING.md
guidelines for Pull Requests.