You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently if someone misses a colon or something, the site goes offline. Only way to remedy is to find the php error log and track it down, or look over code by hand, it's usually something recently changed, but harder to find on large merges.
Proposed changes:
Build SCSS button on manager side, it reports errors to console / modx error log
If error is found don't write final css file / somehow fail to a safe working state.
The text was updated successfully, but these errors were encountered:
So currently if someone misses a colon or something, the site goes offline. Only way to remedy is to find the php error log and track it down, or look over code by hand, it's usually something recently changed, but harder to find on large merges.
Proposed changes:
The text was updated successfully, but these errors were encountered: