Chrome developer tools reporting a 404 / not found error for js/scripts.js. The js/ directory only has the files: carousel.js, fix_script.js, jquery.js, slideshow.js, zircon.js.

Found reference to js/scripts.js in themes/zircon/zircon.libraries.yml, line 21:
js/scripts.js: {}

Quick fix: comment out line 21:
# js/scripts.js: {}

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tomarnold2 created an issue. See original summary.

NitinSP’s picture

Assigned: Unassigned » NitinSP
NitinSP’s picture

Assigned: NitinSP » Unassigned
Status: Active » Needs review
FileSize
1.09 KB

In browser console show 404 error for themes/zircon/includes/monokai/monokai.min/css this wrong file path corrected it to themes/zircon/includes/monokai/monokai.min.css. Also comment line number 21. Please check updated patch.

NitinSP’s picture

ehanuise’s picture

Issue still present in 8.x-1.0-rc1

enconengineers’s picture

Issue still present in Drupal version 8.3.0

grantkruger’s picture

Seconding enconengineers that I'm seeing the error on a fresh 8.3.0 install. It's for a DrupalCon training class so no security patch 8.3.1 yet.

davidneedham’s picture

Version: 8.x-0.2 » 8.x-0.0-beta1
Status: Needs review » Needs work

Thank you, NitinSP, but the CSS issue you fixed is already reported and RTBC in another issue (#2656702: monokai.min/css).

The JS issue looks fine, but I think you should be able to remove the line altogether rather than just commenting it out.

davidneedham’s picture

Status: Needs work » Closed (duplicate)

Actually, this is a duplicate of another issue that is already RTBC: #2666708: Script.js is missing.