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

@charset needed on each file #86

Open
benlwilliams opened this issue Nov 18, 2015 · 3 comments
Open

@charset needed on each file #86

benlwilliams opened this issue Nov 18, 2015 · 3 comments

Comments

@benlwilliams
Copy link

When bless splits up the file, the @charset does not get duplicated on the new file. This can be problematic when used in an HTML page that does not have the same character encoding. I can fix it by manually adding it, but it messes up my automation scripts (using gulp-bless). Any suggested solution for adding @charset at the beginning of each split file?

@mtscout6
Copy link
Member

I'm not personally familiar with this problem, though we are open to pull requests. This sounds like a reasonable request.

@paulyoung
Copy link
Contributor

@benlwilliams Thanks for reporting this. It does seem like something that should be supported.

I'm curious if you ran into #72 along the way.

@benlwilliams
Copy link
Author

I have not run into issue #72. In fact I verified that the "blessed" file did indeed have the original @charset "UTF-8" at the beginning of the file and has no issues from what I see.

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