Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Script Debug #1458

Merged
merged 2 commits into from Oct 29, 2021

Commits on Oct 7, 2021

  1. Support Script Debug

    Understrap is already including the unminified version of assets.
    These can be useful when debugging locally, or if minification is happening elsewhere in the stack.
    
    WordPress uses the SCRIPT_DEBUG constant to tell core not to minify assets.
    This PR brings that logic to understrap
    BrookeDot committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f505707 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. fixes css filepath

    bacoords committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e3c0afc View commit details
    Browse the repository at this point in the history