folks, for a package which has both a 'full distribution' js/css (where dependencies are linked in) and a 'bare' dist without linked dependencies, should I do anything with the bare .js/.css files? I can't really put them into development or production, should I just not bother sifting them from the dist zip?
I'm doing this: https://github.com/handsontable/handsontable/tree/master/dist
^ just updated that PR to include autogenerated externs file
Trying to upgrade https://github.com/cljsjs/packages/tree/master/react-datepicker - the latest versions don't have a dist dir, so have to manually run builds with npm install. I see there are some examples of that (radium), so that's probably okay? But then I run the grunt build task and it requires a ruby gem... Is it fine to run "gem install scss_lint" as well?