patternlab-php
patternlab-php copied to clipboard
The PHP version of Pattern Lab
(Not sure which repo to put this, @dmolsen & @bmuenzenmeyer, so I'm putting it here for now.) I'm running into something that I think could be handled at a lower...
I am using Pattern Lab PHP on Mac, using Grunt. Created a new PL2 Project. Added `atoms-/button` and `molecules-button-list` to the project. `atoms/button` markup: ``` {{# buttonText }} {{ buttonText...
Over at Stack Overflow I have posted a question titled [Does Pattern Lab “not mix well” with Angular?](http://stackoverflow.com/questions/39515130/does-pattern-lab-not-mix-well-with-angular). I'm trying to introduce Pattern Lab to my client but am getting...
Patternlab often gets stuck at "Refreshing Browser" until you exit Issue #324 figures out a way to "fix" the issue by simply saving twice. I am still having this issue...
This was 404-ing, so I tracked down the problem. `{"name":"pattern-lab\/plugin-reload","templates":[],"stylesheets":[],"javascripts":["\\js\\plugin-reload.js"],"onready":"PluginReload.init()","callback":""}` should be ` {"name":"pattern-lab\/plugin-reload","templates":[],"stylesheets":[],"javascripts":["\/js\/plugin-reload.js"],"onready":"PluginReload.init()","callback":""}`
I am getting below errors on patternlab after upgrading PHP 8.1.12 Your requirements could not be resolved to an installable set of packages. Problem 1 - doctrine/collections v1.4.0 requires php...
i am trying to upgrade PHP version of pattern lab to work with PHP 8.1. So far this is what I am getting. Problem 1 - doctrine/collections is locked to...