error => page not found
location: ....../themes/zircon/includes/monokai/monokai.min/css?o1gltp

i think name of monokai.min/css is not true
and must be change from monokai.min/css to momokai.min.css in zircon.libraries.yml

CommentFileSizeAuthor
#2 monokai_css-2656702-2.patch676 byteszuhair_ak

Comments

saeed adabi created an issue. See original summary.

zuhair_ak’s picture

Status: Active » Needs review
StatusFileSize
new676 bytes

The issue was a typo in zircon.libraries.yml. Please find attached patch.

coreykck’s picture

I agree, same issue for me, same fix

zuhair_ak’s picture

Status: Needs review » Reviewed & tested by the community
mpp’s picture

RTBC

hpatt50’s picture

Hello,

I am a newbie with Drupal-8 and need help on how to manually apply the diff -- git monokai_css-2656702-2.patch.

More specifically, I need help with the of code;

+ - core/jquery.once

How am I suppose to add (+) the line of code then (-) take it away?

Also am I to insert the {\ No newline at end of file} as a separate line of code in the patch?

{The following is the diff -- git monokai_css-2656702-2.patch.}

Henry

diff --git a/zircon.libraries.yml b/zircon.libraries.yml
index bd6a231..3358a49 100644
--- a/zircon.libraries.yml
+++ b/zircon.libraries.yml
@@ -8,7 +8,7 @@ global-styling:
includes/fontawesome/css/font-awesome.min.css: {}
includes/slick/slick/slick.css: {}
includes/slick/css/style.css: {}
- includes/monokai/monokai.min/css: {}
+ includes/monokai/monokai.min.css: {}
includes/flexslider/flexslider.css: {}
css/html.css: {}
css/page.css: {}
@@ -38,4 +38,5 @@ global-styling:
- core/drupal.ajax
- core/drupal
- core/drupalSettings
- - core/jquery.once
\ No newline at end of file
+ - core/jquery.once
+

zuhair_ak’s picture

Ignore the last removal and addition of jquery dependancy. The correct path to monokai.css is the patch.

JoshOrndorff’s picture

Patch is indeed correct.

kyberman’s picture

Version: 8.x-0.x-dev » 8.x-1.x-dev

Tested with default branch, please commit this patch.

h2cm’s picture

I've just downloaded Zircon theme (as a check) and if I'm reading the above correct should the line in zircon.libraries.yml still be

includes/monokai/monokai.min/css: {}

or should it read:

includes/monokai/monokai.min.css: {}

?

It is still - " includes/monokai/monokai.min/css: {} "

New to this...

zuhair_ak’s picture

It should be includes/monokai/monokai.min.css: {} as mentioned in the patch.

gauravvvv’s picture

Status: Reviewed & tested by the community » Needs work

The patch doesn't apply anymore. Moving to NW.