Problem/Motivation

When the jQuery Countdown library is downloaded using composer the path is different to what the library definition expects, specifically the files are at:
* libraries/jquery.countdown/dist/css/jquery.countdown.css
* libraries/jquery.countdown/dist/js/jquery.plugin.min.js
* libraries/jquery.countdown/dist/js/jquery.countdown.min.js

Steps to reproduce

Download jQuery Countdown using composer:
$ composer require npm-asset/kbw-countdown

Proposed resolution

Update the libraries definition to work with jQuery Countdown that is downloaded via Composer.

Remaining tasks

Provide a patch.

User interface changes

n/a

API changes

n/a

Data model changes

n/a

CommentFileSizeAuthor
#2 field_timer-n3557414-2.patch2.75 KBdamienmckenna

Comments

damienmckenna created an issue. See original summary.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new2.75 KB

I used "composer require npm-asset/kbw-countdown" to install the library, so the paths were incorrect. This patch adjusts the paths to match what is needed.