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

Removed the non-ASCII '–' character within the license part which causi… #1125

Closed
wants to merge 1 commit into from

Conversation

hKyo89
Copy link

@hKyo89 hKyo89 commented Aug 4, 2016

Problem:
Found an error when compiling scss on Shopify with the following error message:

SCSS file is not UTF-8 encoded

The non-ASCII character resulting Shopify to fail compiling the whole scss files and giving you a failed-compiled output file as shown below on Chrome:

image

image

Root cause:
Results of the non-ASCII character found inside the the less directory (as the error occurred only for scss on Shopify):

image

The character:

image

Results of files inside src directory containing the character:

image

Solution:
Removed the non-ASCII '' em-dash(??) character within the license part of every occurring file at the line of:

* Copyright (c) 2013–2015 Brian Reavis & contributors

…ng Shopify to fail compiling the whole scss files.
@hKyo89 hKyo89 changed the title Removed the non-utf8 '–' character within the license part which causi… Removed the non-ASCII '–' character within the license part which causi… Aug 4, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 97b352c on hKyo89:master into * on selectize:master*.

@joallard
Copy link
Member

joallard commented Aug 4, 2016

Dup #1092. The character is valid UTF-8, and compilation using latest Less works.

@joallard joallard closed this Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants