Closed (fixed)
Project:
Jquery Colorpicker
Version:
8.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2018 at 09:34 UTC
Updated:
23 Oct 2018 at 08:59 UTC
Jump to comment: Most recent
Comments
Comment #2
jaypanIt was never removed, as it was never added into 8.x-1.x. When I originally developed the D8 version of the module, I didn't understand how composer worked, and was not able to find clear instructions. As such, the library was never integrated with Composer, and required manual installation, as described in the README and in the installation instructions on the module download page.
That said, I've just released 8.x-2.0, which does have a composer.json, and will automatically install the remote library.
Comment #3
progzy commentedWell I've just checked again and there is a composer.json in "jquery_colorpicker 8.x-1.0-rc1".
Whatever, glad to hear that there is one in 8.x-2.0!
Thank you!
Comment #4
jaypanOh, I must have added it when trying to set it up in the first place, but I couldn’t got it working. Drupal by default never allow for linking to JS libraries in the vendor directory, and at the time there wasn’t a way around this issue. I’ve since created the Vendor Stream Wrapper library to fix this issue, which I’ve integrated into 8.x-2.x.