Manage customizations with GPM
We'll set up a package inside your Romanesco project, to maintain your project-specific edits from a separate Git repository.
Add package
Project extras can be stored inside the /packages/ directory in your project root. This folder is excluded from your main repo by default.
First, let's create a folder for your extra:
mkdir -p packages/YOUR_PACKAGE_NAME
We can now add the package in GPM. Just enter the exact folder name after clicking on Add package.
MIGX CMPs
If your package contains a MIGX CMP that's loaded directly through config files, you need to create a symlink to your package folder under /core/components.
ln -s /home/wlt/websitelikethis/packages/wlt/core/components/websitelikethis/ /home/wlt/websitelikethis/core/components/