shopify-webpack-themekit icon indicating copy to clipboard operation
shopify-webpack-themekit copied to clipboard

Most of the functionalities are broken

Open PabloMarch opened this issue 3 years ago • 2 comments

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.

PabloMarch avatar Nov 18 '20 00:11 PabloMarch

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

mcqua007 avatar Jan 04 '21 22:01 mcqua007

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.

mcqua007 avatar Jan 11 '21 23:01 mcqua007