Problem/Motivation

Touch punch library must be installed manually, because composer doesn't know it needs to download it

Steps to reproduce

Proposed resolution

add touch punch to vardoc like you did for varbase allreadyl.

Remaining tasks

change composer.json to add the library for download, while installing with composer.

User interface changes

API changes

Data model changes

Comments

Joachim Namyslo created an issue. See original summary.

rajab natshah’s picture

Released Varbase 8.x-8.6

https://www.drupal.org/project/varbase/releases/8.x-8.6

If you are updating Varbase Core only

Please make sure that you add
"bower-asset/jqueryui-touch-punch": "*",
and
"docroot/libraries/jquery-ui-touch-punch": ["bower-asset/jqueryui-touch-punch"],
and
{"name": "jquery-ui-touch-punch", "package": "bower-asset/jqueryui-touch-punch"},

in your composer.json for the project
as you can see at
https://github.com/Vardot/varbase-project/blob/8.8.6/composer.json

Recommended to follow the latest Varbase project template file
And this follows for all sub profiles

rajab natshah’s picture

Status: Active » Needs work
rajab natshah’s picture

Status: Needs work » Fixed

Fixed in Varbase

rajab natshah’s picture

Status: Fixed » Closed (fixed)