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

SASS: Support a compass_config #104

Open
mrjoelkemp opened this issue Feb 9, 2015 · 0 comments
Open

SASS: Support a compass_config #104

mrjoelkemp opened this issue Feb 9, 2015 · 0 comments

Comments

@mrjoelkemp
Copy link
Collaborator

From #103

Along this line for those using bower/compass like I do there i have @imports that reference paths in the config.rb used by bower.

So for example if look at my _packages.scss 
https://github.com/dkebler/hugo-quickstart-site/blob/master/framework/scss/vendors/_packages.scss
you will see no path in the imports there because compass looks for those paths in its config.rb.

So your package to to be useful in the sense of being able to follow a sass dependency into an "external" package (outside the root) you'd have to parse the config.rb file.
https://github.com/dkebler/hugo-quickstart-site/blob/master/framework/config.rb
for those paths to see if the dependency is there before saying it's not found.

I guess that would mean another setting which would be path to compass config.rb file. If set then you'd know the person was using compass.

I don't use grunt or other sass compilers but I imagine it's a similar issue.

Associated links:

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

No branches or pull requests

1 participant