As many of you noticed, build/98.css and docs/98.css are checked in. docs/ powers https://jdan.github.io/98.css, and build/ allows folks to use 98.css via https://unpkg.com/98.css
However, these are annoying to deal with in PRs! They're minified so we get conflicts on pretty much every commit. I used to have an npm test (+ travis integration) to make sure people ran npm run build, but I've just removed that. I'm starting to think we don't want any PRs to include build/98.css or docs/98.css.
Any ideas for making this more pleasant?
As many of you noticed,
build/98.cssanddocs/98.cssare checked in.docs/powers https://jdan.github.io/98.css, andbuild/allows folks to use 98.css via https://unpkg.com/98.cssHowever, these are annoying to deal with in PRs! They're minified so we get conflicts on pretty much every commit. I used to have an
npm test(+ travis integration) to make sure people rannpm run build, but I've just removed that. I'm starting to think we don't want any PRs to includebuild/98.cssordocs/98.css.Any ideas for making this more pleasant?