Sass --watch doesn't find anything, not compiling
See original GitHub issueI’m trying to use SASS but I got some issue with it, is not compiling anything. I tried different things to troubleshoot, is still not working.
Ruby 1.8.7 Sass 3.2.7 Mac OS X 10.8.3
What I try:
Install Ruby 2.0.0 Uninstall Sass Reinstall Sass Install the gem “listen” Since I installed the gem “listen”, I got this issue when I’m using the command sass --watch myfolder
>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Listen::MultiListener is deprecated, please use Listen::Listener instead.
Any idea?
Thanks. Alexis.
Issue Analytics
- State:
- Created 10 years ago
- Comments:39 (7 by maintainers)
Top Results From Across the Web
Sass watch is detecting changes but not compiling to css
css terminal shows that changes have been detected to sass but won't compile to css. I am using Bourbon so all my .scss...
Read more >Dart Sass Command-Line Interface
If the --no-source-map flag is passed, Sass won't generate any source maps. it cannot be passed along with other source map options. $...
Read more >Sass watch command not working. [#3197644] | Drupal.org
On compiling sass by using the command "sass --watch scss:css" provides an error. Error: Can't find stylesheet to import @import "../../../.
Read more >Upgrade SASS / SCSS to Use Latest CSS - YouTube
If your live sass compiler not working in vscode, or you want to use latest SASS / SCSS and CSS properties, it is...
Read more >Sass Compiler NOT Working in Visual Studio Code - YouTube
In this tutorial I am going to explain how to fix the visual studio code live sass compiler extension if it is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello please help me i was using this command to compile sass [ sass --watch saas/style.scss:stylesheets/style.css] but i am getting below error message
having the same issue