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

macOS Sierra & Include Media #31

Closed
chillybin opened this issue Sep 9, 2016 · 6 comments
Closed

macOS Sierra & Include Media #31

chillybin opened this issue Sep 9, 2016 · 6 comments

Comments

@chillybin
Copy link

Getting this error when trying to compile on macOS Sierra

Running "sass:build" (sass) task
Error: Invalid US-ASCII character "\xE2"
        on line 263 of bower_components/include-media/dist/_include-media.scss
        from line 5 of sass/style.scss
  Use --trace for backtrace.
Warning: Exited with error code 65 Use --force to continue.

Aborted due to warnings.

Process finished with exit code 6
@cdukes
Copy link
Owner

cdukes commented Sep 13, 2016

@chillybin

Managed to fix this and #30? Was it a local configuration issue, or something I should update in the repo?

@chillybin
Copy link
Author

No sorry I figured they're weren't really your issue so logged jobs under the scripts. But yeah having both issues still

@chillybin
Copy link
Author

@chillybin
Copy link
Author

Looks like @charset "UTF-8"; solves it on all SCSS files

@cdukes
Copy link
Owner

cdukes commented Sep 14, 2016

Hmm, I'll look at this once Sierra is out. The ticket you referenced is talking about Ruby defaults, but we're using the C++ compiler. Could be the same issue though

@chillybin
Copy link
Author

Teaches me for using the GM build, I still have to do some more troubleshooting as it might be a local issue. I was setting @charset "UTF-8"; but one of the grunt tasks was setting it to @charset 'UTF-8'; which was making it invalid. I also had to remove all the ligatured operators.

I pulled down your version from September 7 and that seemed to compile with no issues but i didnt add test any changes, just ran the default grunt task.

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