sass - Foundation/compass - app.css does not update -


It was working a few hours ago, but now when I make changes to _settings.scss I do not update app.css , even if it writes modified SCS / _settings.scss in the compass clock> css / app.css .

I tried to change the solution with

  find line 12: sss = if (index ($ module, $ name) == incorrect) {replace with line: SASS = if (not index ($ modules, name $)) {<> 

No luck

sass 3.3.14

Compass 1.0.1


Comments