Fork me on GitHub
#cljsjs
<
2016-07-31
>
adamw03:07:53

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?

adamw03:07:11

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

juhoteperi07:07:46

Packaging both normal and minified is better

juhoteperi07:07:13

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

adamw12:07:05

@juhoteperi: great, thanks!

akiroz14:07:17

@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.

akiroz14:07:07

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