cljsjs

adamw 2016-08-04T09:29:04.000227Z

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?

adamw 2016-08-04T09:29:12.000228Z

I'm doing this: https://github.com/handsontable/handsontable/tree/master/dist

sorenmacbeth 2016-08-04T14:40:49.000233Z

^ just updated that PR to include autogenerated externs file

2016-08-04T22:22:03.000238Z

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?