Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Relative img path #64

Closed
FDiskas opened this issue Mar 26, 2015 · 2 comments
Closed

Relative img path #64

FDiskas opened this issue Mar 26, 2015 · 2 comments

Comments

@FDiskas
Copy link

FDiskas commented Mar 26, 2015

in css

background: url(../img/pattern/boxed-pattern1.gif);

will generate:

background: url(../img/pattern/boxed-pattern1.gif);

will compress and saves compressed css inside folder, but path to the images was not corrected.
Here is the config:

'css_build_path' => '/css/builds/',

I think that generated css paths to the static images must be generated as:

background: url(../../img/pattern/boxed-pattern1.gif);
@sirsquall
Copy link
Collaborator

The generator don't update the path, I recommand you to put, the builds directory a the same level as css.

Like that
./css
./img
./builds

@FDiskas
Copy link
Author

FDiskas commented Mar 28, 2015

This functionality must be.

Vytenis Kučiauskas
On Mar 27, 2015 5:36 PM, "Alcindo" notifications@github.com wrote:

Closed #64 #64.


Reply to this email directly or view it on GitHub
#64 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants