• Resolved baskuipers

    (@baskuipers)


    Hi there,

    Since the last update, version 2.3.0, adding the WP_SCSS_ALWAYS_RECOMPILE to the wp-config.php or functions.php doesn’t work anymore.

    Now I have to enable it in the plugin settings page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter baskuipers

    (@baskuipers)

    People looking to resolve this issue. Instead of setting the constant to true, just run these two functions when you need a recompile:

    wp_scss_compile();
    wpscss_handle_errors();
    Plugin Author Sky Bolt

    (@sky-bolt)

    Had a bug in our code that was skipping the check for WP_SCSS_ALWAYS_RECOMPILE, this has been fixed.

    Thread Starter baskuipers

    (@baskuipers)

    Ah, great! Thanks for the update. Awesome work by the way! This plugin allows for some fast live development.

    • This reply was modified 3 years, 3 months ago by baskuipers.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[2.3.0] WP_SCSS_ALWAYS_RECOMPILE not working’ is closed to new replies.