Forum
SASS feather stopped working
I just set up the SASS feather on a site I am working on. It compiled the CSS as intended. On one point it stopped doing that. The setup hasn't changed. Any ideas what might have happened?
I just set up the SASS feather on a site I am working on. It compiled the CSS as intended. On one point it stopped doing that. The setup hasn't changed. Any ideas what might have happened?
What are the symptoms?
The output CSS is not updated when I save changes to the SCSS and reload the page.
If I remove the CSS file no new file is generated.
Are there any errors? Could it be a permissions problem?
No error messages. The page loads the "old" CSS compiled before the break. Permissions on the "resources" folder are set to 777.
Without some indication of what's going wrong, I've got nothing to suggest.
Okay. Thanks anyway.
I will let you know, as soon as I find the problem.
I have cleaned the installation of SASS and reinstalled/reentered everything. SASS now compiles an empty CSS file. Does that give a hint on what's wrong?
Oh my, here's the deal:
There was an error in my code. Instead of passing 3 arguments into a mixin I passed 1.
Honing in on that was difficult, as excluding files from the compiling lead to inconsistent results. Hope that helps anyone anyway.
Sorry for wasting your time, Drew.
Now please bury me somewhere far out of town.