Closed (fixed)
Project:
Varbase Theme (Bootstrap 4 - SASS)
Version:
8.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 May 2019 at 02:24 UTC
Updated:
23 Jan 2020 at 08:50 UTC
Jump to comment: Most recent
Comments
Comment #2
devkinetic commentedComment #3
rajab natshahThank you Ryan for reporting!
Not sure if you had a look at:
Creating automation tools for custom themes (Gulpjs)
We are using Gulp
https://github.com/Vardot/vartheme_bs4/blob/8.x-6.x/gulpfile.js
Our way is to copy from dist or src to our target location in the theme, then a Drupal library declaration will link to it
Our package.json file
https://github.com/Vardot/vartheme_bs4/blob/8.x-6.x/package.json
Any patch is welcome if you mad any changes in your sub-theme
If could have a wild card selector in Drupal libraries with some of the sub-search for dist or src
Comment #4
rajab natshahChanged in
#3107973: Add support for [Varbase Layout Builder] colors theme vlb-colors library in Vartheme BS4 and VARTHEME_BS4_SUBTHEME with gulp-csscomb
#3108121: Update [Popper.js] library to v2.0.0 stable
Comment #5
rajab natshah