We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using Jammit in conjunction with a non-Rails project, thus I have no "public" folder.
In my config/assets.yml, if I set
package_path = "assets"
the resulting files show up in
public/assets
Looking at the source, I can see why this is happening, but this behavior is inconsistent with the commandline option
--output
I see no way to set PUBLIC_ROOT in the configuration file - could that be made into an option as well, or is it better to hack around it with
package_path = "../assets"
which, kinda feels dirty. :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using Jammit in conjunction with a non-Rails project, thus I have no "public" folder.
In my config/assets.yml, if I set
the resulting files show up in
Looking at the source, I can see why this is happening, but this behavior is inconsistent with the commandline option
--output
I see no way to set PUBLIC_ROOT in the configuration file - could that be made into an option as well, or is it better to hack around it with
which, kinda feels dirty. :)
The text was updated successfully, but these errors were encountered: