You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a lot of snippets and it's getting harder to organize. I'm trying to add a folder structure to snippets folder but couldn't output the files into snippets/ root. Any ideas how can I do it?
Example:
from /snippets/components/foo.liquid
to /snippets/foo.liquid
Your render tag needs to reference the path in some way. For example, if I had a snippet in snippets/product/card.liquid, I'd include it as {% render 'product.card' %}
As you can see, the delimiter I chose was ., but you might want to choose something else.
Hey all!
I use a lot of snippets and it's getting harder to organize. I'm trying to add a folder structure to snippets folder but couldn't output the files into snippets/ root. Any ideas how can I do it?
Example:
from /snippets/components/foo.liquid
to /snippets/foo.liquid
I have installed https://webpack.js.org/plugins/copy-webpack-plugin/
Added this code below to my slate.config.js, no errors, nothing happens. Still builds the folders as it is.
The text was updated successfully, but these errors were encountered: