Fork me on GitHub
#cljsjs
<
2016-08-04
>
adamw09:08:04

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?

sorenmacbeth14:08:49

^ just updated that PR to include autogenerated externs file

therabidbanana22:08:03

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?