Open napcs opened 13 years ago
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. :)
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. :)