Drupal 8 : override core Js file -


working on drupal 8 theme

i need override core js file ..\core\modules\contextual\js\contextual.js

my code theme.info

libraries-override:   contextual/drupal.contextual-links:     js:       js/contextual.js: js/override/contextual.js 

the problem loading order of component js files did change after override cause script errors :

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -