• Resolved lafestar

    (@lafestar)


    There are no js files v.5.6.1 in /_inc/ folder.
    I have downloaded plugin file from www.ads-software.com and woocommerce.com.
    both are not included js files in /_inc/ folder.

    /plugins/jetpack/_inc/postmessage.js
    /plugins/jetpack/_inc/jquery.jetpack-resize.js
    there should be more…

    So, I have tried to find this
    /plugins/jetpack/modules/likes.php line 284, 293

    /plugins/jetpack/_inc/build/postmessage.min.js
    /plugins/jetpack/_inc/build/jquery.jetpack-resize.min.js

    Which means it depends on environment, if is_defined ‘SCRIPT_DEBUG’ then get those kind of ERROR occurs.
    In my opinion, none min js file also should be in /_inc/ folder for DEBUGING.

    • This topic was modified 7 years, 2 months ago by lafestar.
    • This topic was modified 7 years, 2 months ago by lafestar.
Viewing 1 replies (of 1 total)
  • Plugin Author Igor Zinovyev (a11n)

    (@zinigor)

    Hello!

    Thanks for reporting this!

    When there are no files inside the _inc folder, that usually means that the plugin was not successfully installed. Can you check if you have enough space on disk where your site is hosted?

    Also, you can check whether the zip is correctly packed by unpacking it locally and examining the contents. There should be a “build” folder inside “_inc”.

    As with “SCRIPT_DEBUG” – yes, Jetpack supports this constant, and when it is set, it will load unminified versions of scripts.

    Please let us know what you find, we’ll be glad to help!

Viewing 1 replies (of 1 total)
  • The topic ‘None min js file include’ is closed to new replies.