RE: How to extend custom theme with theme-generator?

Mark Clarke, modified 6 Years ago. Regular Member Posts: 107 Join Date: 3/3/12 Recent Posts
Hi all,

I have created a custom theme using theme generator. I now want to customise this theme for different sites. "gulp extend" only allos for extending sytled and unstyled. How can I get gulp to extend my custom theme?

thanks
Mark Clarke, modified 6 Years ago. Regular Member Posts: 107 Join Date: 3/3/12 Recent Posts
After a fruitless search to find out how to extend a custom theme or if this is even possible I opted to use git branches as a solutions with the master branch changes being sync to the sub themes.
Alexander Brinckmann, modified 6 Years ago. New Member Posts: 7 Join Date: 9/8/17 Recent Posts
Hi Mark,

before you can use  gulp extend with your custom themes / themelets, you need to run "npm link" within the directory of those themes. Afterwards you can select them from the globally installed npm modules within the extend-command.
Mark Clarke, modified 6 Years ago. Regular Member Posts: 107 Join Date: 3/3/12 Recent Posts
Thanks for the reply. Will give it a try with my next set of themes.