Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for bringing this up, I’ve been meaning to address it for a while.

    This is only a problem with the Developer Console open in your browser. It does not affect the plugin’s performance.

    Basically, the debugger is expecting a minified production version of the cycle.js script and requests a map file in order to map the minified code to the non-minified development version. But the plugin only includes the non-minified version.

    More info in this StackOverflow thread.

    Even though this is a non-fatal error, I considered including the minified version in the plugin but it’s lightweight to begin with and I plan to replace it with a more suitable slider very soon.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    I found and included the .map file in version 1.14.1 like I should have done a long time ago. Thanks for your patience.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing JS file’ is closed to new replies.