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

Allow sass to live update when there are square brackets in the path #1859

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

BenSurgisonGDS
Copy link
Contributor

See: Sass doesn't live update if there are square brackets in the path

The live update of the sass is driven by chokidar. In order for square brackets to be included in the path that chokidar watches, the globbing option needs to be switched off.

Please note that I have not added tests as I feel the set-up to include a path with square brackets is not worthwhile for the minor changes made.

@BenSurgisonGDS BenSurgisonGDS self-assigned this Dec 19, 2022
@BenSurgisonGDS BenSurgisonGDS force-pushed the sass-live-update-with-square-brackets-in-path branch from f128dc7 to e00d82d Compare December 19, 2022 17:03
@lfdebrux lfdebrux linked an issue Dec 20, 2022 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Sass doesn't live update if there are square brackets in the path
2 participants