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

sass no-cache error #23

Open
walkabout4444 opened this issue Mar 23, 2023 · 1 comment
Open

sass no-cache error #23

walkabout4444 opened this issue Mar 23, 2023 · 1 comment

Comments

@walkabout4444
Copy link

Trying to install on Windows 10 64bit. Follow the doc steps. Then getting error when running initial grunt:
Running "sass:dev" (sass) task
Could not find an option named "no-cache".
Is this a version issue?

@aliaksei-chareshneu
Copy link

aliaksei-chareshneu commented Apr 20, 2024

Trying to install on Windows 10 64bit. Follow the doc steps. Then getting error when running initial grunt: Running "sass:dev" (sass) task Could not find an option named "no-cache". Is this a version issue?

You can remove that option (noCache) in Gruntfile.js:

sass : {

            options : {

                // noCache : true,  // Don't cache to sassc files.
                precision : 14, // How many digits of precision to use when outputting decimal numbers.
                //sourcemap : 'none', // Generate CSS source maps?

            },```

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