Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
contextual.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Feb 2013 at 20:07 UTC
Updated:
29 Jul 2014 at 21:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jessebeach commentedThis patch moves the .js file under a js/ directory and the css files under a css/ directory.
No code changes other than file reference paths were made.
Comment #2
wim leersThe CSS assets are already in their own directory.
This patch moves the JS assets into its own directory.
Comment #3
jessebeach commentedOnce small comment update to reflect the new location of
contextual.toolbar.js.Otherwise the patch looks good. I manually verified the changes on a fresh install.
Comment #4
wim leersGood catch!
Comment #5
alexpottCommitted 1454b2e and pushed to 8.x. Thanks!
This patch could have been tons smaller if git is configured with
renames = copiessee https://drupal.org/documentation/git/configurehere is the total patch for me :)
Comment #6
wim leersAlex: indeed :) I did that too in #2. Adding the
--find-renamesparameter when diffing works too :)Comment #7
jessebeach commentedNoted! I made the config changes to my setup.