LastCallMedia / Mannequin

Mannequin Component Theming Tool
https://mannequin.io/
MIT License
38 stars 8 forks source link

New theme #141

Open csj1012 opened 5 years ago

csj1012 commented 5 years ago

WIP.

csj1012 commented 4 years ago

I believe this is ready for browser and user acceptance testing. Volunteers welcome!

saurabh-lcm commented 3 years ago

@rbayliss test_php step is failing but does not provide helpful information on why its failing. Can you take a look and tell me what I should do?

Thanks

mrossi113 commented 3 years ago

@saurabh-lcm I fixed the issue with the test_php step in CircleCI. The .php_cs.dist was deprecated so I made the change to .php-cs-fixer.dist.php and adjusted the config() in this commit 2f30701 .

@csj1012 the yarn install was not working in UI so adjusted the node version from 11 to 12 to fix the failure in CircleCI during the cd ui & yarn install step. It's passing now if you want to merge into master.