pattern-lab / edition-node-gulp

ARCHIVED - The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
MIT License
279 stars 111 forks source link

Issue with link variable for multi-site setup #128

Open epsilon-skolanthasamy opened 5 years ago

epsilon-skolanthasamy commented 5 years ago

I am using Pattern Lab Node gulp edition on Windows

I am using a link variable to attach links to pages inside my patternlab. It works fine with one patternlab instance.

I am using multi client setup which has master-starterkit and brand- folders.

Each brand folder initially will be loaded with master files and patterns.

When I run the serve inside the brand folders, I can preview the pages.

Here I linked the pages using {{link.pages-homepage}} , this works fine in local but when I move to serve it doesn't work.

Here is the path, Local - localhost/public/patterns/pages-homepage/pages-homepage.html Server - http://example.com/patterns/pages-homepage/pages-homepage.html

But the server should be: http://example.com/**[brand-folder]/public/**patterns/pages-homepage/pages-homepage.html

How do I change the path which is defined to "link" variable to work for local and server as well.

Note: I saw some comments about DataLinkExport which is in PHP. I am using node gulp edition.