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
Hey guys, thanks for this awesome plugin. Using it daily in our wordpress instances.
It´s already possible to use define('WP_SCSS_ALWAYS_RECOMPILE', true); to force recompilation of files. Would be handy if we can define constants like "Base Location" or the "Paths" mounted in the parent / child theme files directly. So it becomes possible to save plugin configurations over git, etc
Configuration file (JSON) would be a neat alternative too.
If I find the time I will dig into this, but this can take a while.
Any shortcuts to this?
Thanks ✌️
The text was updated successfully, but these errors were encountered:
Hey guys, thanks for this awesome plugin. Using it daily in our wordpress instances.
It´s already possible to use
define('WP_SCSS_ALWAYS_RECOMPILE', true);
to force recompilation of files. Would be handy if we can define constants like "Base Location" or the "Paths" mounted in the parent / child theme files directly. So it becomes possible to save plugin configurations over git, etcConfiguration file (JSON) would be a neat alternative too.
If I find the time I will dig into this, but this can take a while.
Any shortcuts to this?
Thanks ✌️
The text was updated successfully, but these errors were encountered: