Kurtis Rainbolt-Greene
Kurtis Rainbolt-Greene
So `.form-check-label` no longer has it's own styling, only related styles depending on the sibling input. This creates a rather strange bit of output! ``` js &:disabled ~ .form-check-label, &[disabled]...
It'd be really nice to run `npx css-in-js-generator out.js`
``` npx eslint-find-rules help npx: installed 71 in 13.549s Cannot find module 'eslint' ``` ``` npx eslint-find-rules -h npx: installed 71 in 12.818s Cannot find module 'eslint' ``` ``` npx...
I've narrowed it down to `rack-cache` being involved. It only happens on rather large responses. This could also be a combination of `rack-cache` and `moneta` or even `moneta`, `rack-cache`, and...
- Removing if block for comment characters for an or statement - Cleaning up some of the blocks - Using smaller block variables for clarity
Switched out a call that iterated over all binaries to a simple call to the system `which` binary. This might not work on some operating systems.
- Adding the generated docs to the gitignore file
- Moving the version file to lib/rocco/version.rb - Bumping to 1.0.0, as the API is established with 8,979 total downloads.
- Since the Gemfile exists for bundler setup, so does rake become needed in the gemspec.