• Resolved Silver Muru

    (@silvermuru)


    After installing 1.3.0 or updating from 1.2.10 version view is broken.

    In console is possible to see that some js and css files will get 404 error

    /wp-content/themes/go/dist/js/frontend.min.js
    /wp-content/themes/go/dist/css/style-shared.min.css
    /wp-content/themes/go/dist/css/design-styles/style-traditional.min.css

    (tested in 2 sites)

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • freshisle

    (@freshisle)

    Mine, too.

    Evan Herman

    (@eherman24)

    @silvermuru @freshisle

    It looks like the minified assets did not get included in the final build. This should have been caught before the release went out. We’re investigating what happened there.

    In the meantime, you can work around the issue by adding the following to your wp-config.php file:

    define('SCRIPT_DEBUG', true);

    We should have an update out in the next hour to fix this.

    Evan

    Evan Herman

    (@eherman24)

    @freshisle @silvermuru

    We’ve gone ahead and released a new version of Go (1.3.1). This should fix the problems. So sorry about that, but thank you for reporting that here and giving us a chance to fix things.

    Feel free to update to 1.3.1 and let us know if you are still having any issues.

    Evan

    Thread Starter Silver Muru

    (@silvermuru)

    @eherman24 Yes now good! Thanks for reacting fast!

    freshisle

    (@freshisle)

    All good. Thanks so much for speedy fix!

    FeliceAntonio

    (@antonio_09)

    Really speedy fix -:) Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘1.3.0 version is broken’ is closed to new replies.