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

Documentation for chapter: "Adding a CSS Preprocessor", Sass script example #4670

Closed
linuxbender opened this issue Jun 23, 2018 · 1 comment

Comments

@linuxbender
Copy link

Is this a bug report?

No, just recommendation/question for the readme file.

Adding a CSS Preprocessor

Your recommendation is to use the Error-prone approach of copy paste the preview script node-sass-chokidar src/ -o src/ into "watch-css":

"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"

Has that a reason? If not then I recommend the standard approach:

"watch-css": "npm run build-css -- --watch --recursive"
@bugzpodder
Copy link

Hi @linuxbender, check out #1986 (comment)

@lock lock bot locked and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants