You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
If I specify document root, Juicer throws another error related to not being able to find a /css directory:
> juicer -v merge assets/css/main.css --force -d .
gems/juicer-1.0.16/lib/juicer/dependency_resolver/dependency_resolver.rb:68:in `foreach': No such file or directory - [PROJECT_PATH]/css (Errno::ENOENT)
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?
The text was updated successfully, but these errors were encountered:
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...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: