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

SourceMappingUrlProcessor (REGEX) does not apply to CSS source maps #518

Open
hleb-rubanau opened this issue Apr 9, 2023 · 1 comment
Open

Comments

@hleb-rubanau
Copy link

Processor is great but it only supports JS convention at the moment.

When I generate compressed CSS with dart-sass, sourcemapping URL comment looks like following (

/*# sourceMappingURL=application.css.map */

Unfortunately, its not taken into account by current preprocessor, which expects JS syntax (//# sourceMappingURL) both in parsing and in generation

@psbordjukov
Copy link

Note #498

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