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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -