Skip to content
New issue

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

How do you set image path without config.rb? #116

Open
slavafomin opened this issue Dec 18, 2015 · 1 comment
Open

How do you set image path without config.rb? #116

slavafomin opened this issue Dec 18, 2015 · 1 comment

Comments

@slavafomin
Copy link

Hello!

Thank you for this great module!

However, how do you set image path without config.rb? I want to configure images_path and http_images_path in order to have correct image path in my output CSS files.

@slavafomin slavafomin changed the title How do you set images path without config.rb? How do you set image path without config.rb? Dec 18, 2015
@edwardwilson
Copy link

You can pass it within your config; for example

.pipe(compass({
    css: './app/styles/',
    image: './app/images',
    sass: './app/styles'
}))

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

No branches or pull requests

2 participants