Skip to content
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

Most of the functionalities are broken #14

Open
PabloMarch opened this issue Nov 18, 2020 · 2 comments
Open

Most of the functionalities are broken #14

PabloMarch opened this issue Nov 18, 2020 · 2 comments

Comments

@PabloMarch
Copy link

PabloMarch commented Nov 18, 2020

I downloaded the theme and noticed that the deploy command is broken there are folders that does not exist on the repo:

const chalk = require('chalk');
const {deploy, replace} = require('../../src/server/sync');
const promptContinueIfPublishedTheme = require('../../src/server/prompts/continue-if-published-theme');
const Environment = require('../../src/utilities/enviroment');

All those path are broken, also the hot reload is broken, the theme never uploads to shopify and most of the functionalities described on packer are not working on this repo. I spent all day trying to fix the bugs it has but discovered it was a waste of time, the project is useless on this conditions.

@mcqua007
Copy link

mcqua007 commented Jan 4, 2021

Having same issues. May have to setup a simpler implementation of web pack myself.

@mcqua007
Copy link

mcqua007 commented Jan 11, 2021

For anyone else who is looking at this I created a shopify-bare-theme that has build features. It uses rollup to bundle the js, uses sass and allows for sass imports, purges unused css, and has easy commands for working with themekit. Using rollup vs webpack has a lot less overhead in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants