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

Missing Sass Import #49

Closed
reergymerej opened this issue Sep 21, 2014 · 6 comments
Closed

Missing Sass Import #49

reergymerej opened this issue Sep 21, 2014 · 6 comments

Comments

@reergymerej
Copy link

grunt serve aborts due to a missing Sass import.

Running "concurrent:test" (concurrent) task
    Warning: Running "sass:dist" (sass) task
    Warning: /home/grizzle/code/chartist-js/source/styles/site/main.scss:10: error: file to import not found or unreadable: "compass-mixins/lib/compass/css3"
     Use --force to continue.

    Aborted due to warnings.
@reergymerej
Copy link
Author

I can't find this file, any recent commits in this area, or comments about this problem. Maybe I'm the only one.

If that's the case, maybe there's something missing from https://github.com/gionkunz/chartist-js/blob/develop/CONTRIBUTING.md.

@gionkunz
Copy link
Collaborator

Did you do a bower install?

Can you check if you have the file compass-mixins/lib/compass/css3 in your bower_components folder?

@reergymerej
Copy link
Author

That was it. facepalm bower update didn't actually install anything. Should this be added to the How to Run a Local Distribution steps?

Thanks for the response.

@gionkunz
Copy link
Collaborator

Actually I always do bower install and not update. Not sure why someone would do an update initially. I've changed the documentation c31f4f9

Thanks for reporting this issue.

Cheers
Gion

@reergymerej
Copy link
Author

Thanks, Gion.

@yairEO
Copy link

yairEO commented Aug 18, 2015

There is a scss file but absolutely no instructions on how to use it!
I don't want to use bower or NPM or anything. The SCSS file is just a bunch of mixins.

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

3 participants