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?
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
Packaging both normal and minified is better
And folders don't matter much, but if you have both files dev+prod folders are good
https://github.com/cljsjs/packages/wiki/Creating-Packages#6-writing-the-package-task added notes here
@juhoteperi: great, thanks!
@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.
Should I update build.boot
and use my working fork as a temporary upstream before my PR gets merged?