-
Notifications
You must be signed in to change notification settings - Fork 70
Best practices for deploying to production #338
Comments
I've done some tinkering and found some information that might be worth sharing here in case anyone else stumbles upon this.
I'm curious what others do so feel free to chime in if you've gone another route. Would there be any interest in me contributing this information into the Wiki or docs? |
Hi @jfitzsimmons2, glad I found this issue. I'm currently fighting with this as well but on platform.sh. Goal is to deploy a fully working styleguide alongside with the site. The problem I see with both, whitelisting the pattern-lab + and with
Btw. the official I have not much experience with pattern-lab but I think the pattern-lab way is to use Would really appreciate if someone with deeper knowledge could give |
emulsify version (see releases): 3.1
node version: 8.11.3
npm (or yarn) version: 6.5
What you did: Deployed to Acquia Cloud using BLT
What happened: Pattern Lab was not deployed along with the rest of the codebase
Problem description: I'm unsure of "best practices" for deploying PL within Emulsify to production. By default pattern-lab/ is in .gitignore and then within the pattern-lab folder, public/ is also ignored. To make it able to be deployed to a server, is it as simple as removing those from .gitignore or are there other considerations I need to keep in mind? Is there any documentation on this topic?
The text was updated successfully, but these errors were encountered: