cljsjs

adamw 2016-07-31T03:35:53.000180Z

Hey guys, how should I handle .css files in packages? Should I just put the .min.css production file into the common folder, or keep both un-minified (if available) in development and minified in production?

adamw 2016-07-31T03:36:11.000181Z

From what I can tell it seems that people stick things in /common/ but I don't see any docs on this so figured I would ask first

juhoteperi 2016-07-31T07:26:46.000182Z

Packaging both normal and minified is better

juhoteperi 2016-07-31T07:31:13.000183Z

And folders don't matter much, but if you have both files dev+prod folders are good

adamw 2016-07-31T12:53:05.000186Z

@juhoteperi: great, thanks!

2016-07-31T14:04:17.000187Z

@juhoteperi: heya, really sorry but I just realized that I broke react-sanfona after the update because the upstream library forgot to add react-dom as an external dependency after it got split..... I'm sending a PR to the upstream library now but the current port doesn't work.

2016-07-31T14:09:07.000188Z

Should I update build.boot and use my working fork as a temporary upstream before my PR gets merged?