Open syelle opened 12 years ago
I guess Juicer should probably ignore external URLs. Right now, the best approach I can think of is to put that statement in its own file, and use cat
to combine it with the one Juicer builds. Not exactly optimal, I know...
I have my css files stored in [PROJECT_PATH]/assets/css in my project. One of my CSS files imports from Google Fonts:
When Juicer attempts to merge without a document root specified, it gives an error that I need to specify a document root:
If I specify document root, Juicer throws another error related to not being able to find a /css directory:
I'm executing the above from my project root. If I try an absolute path for the project root, I still get the same error.
Should I be using different syntax? Is there a way to get Juicer to ignore this input short of separating it into a CSS file that juicer isn't tasked with minifying and merging?