p2-theme-core
p2-theme-core copied to clipboard
Core configuration for Pattern Lab Starter/Particle v9
patch to release/9.x to fix https://github.com/phase2/p2-theme-core/issues/56
**Issue** The "appendUniconde" is spelled wrong and should have been "appendUnicode", so it was never being used anyways. The new option for "gulp-svgicons2svgfont" is "**prependUnicode**", see changes in https://github.com/nfroidure/gulp-svgicons2svgfont/issues/33. See...
Could it be possible to upgrade gulp-sass, as the used version depends on node-sass 3.4.2, a very old one?
I'm a dirty Windows user and have to run node / gulp from within a docker node container so things work as they should. Except for gulp watch. I modified...
I personally don't think this takes anything away, but it'd be nice to have this in already for Drupal users.
When the theme is not "bundled" (or depending on your naming habits) within the patternlab base, you can end up with fairly long "paths" for the various twig templates. This...
I'd like to get less dependencies in so we can have quicker `npm install`s. We can look for tasks that can be done with vanilla JS that don't need a...
When compiling the theme for Open Atrium, we do not add the `*.js.map` file to the distribution to reduce the complexity of patch submissions. However, even when `sourceMapEmbed` is false,...