-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add possibililty for one root file entry #148
Comments
@montalvomiguelo if you have any thoughts! |
Youness! 🙂 I just created a little example with one entry at the theme's root for you. Please let me know if that helps |
hey @montalvomiguelo here is my current example, I didn't manage to get it to work with your setup odestry/theme-starter#2 |
Let's try adding a - {% render 'entry' with 'theme.entry.js' %}
+ {% render 'entry' with '/entry.theme.js' %}
Usually, I ignore the |
oh yeah that worked thanks as well, how do you usually handle deploying, do you ignore the assets folder? and have a CI with |
I personally prefer using the Shopify GitHub Integration for deployments, with a standard theme directory structure. I don't ignore the |
hey, is there a possible way we could have a root file entry? like for example one entrypoint file in the root of the theme:
Instead of a folder? that way I can import my css from the
entry.js
file and use it as entrypoint, I tried with current config options but it seamed impossible.Inside the entry file I will call my components and modules.
thanks!
The text was updated successfully, but these errors were encountered: