stencil-cli
stencil-cli copied to clipboard
BigCommerce Stencil emulator for local theme development
Is there a way to specify the config.stencil.json file to use? I want one repo that I can push to my sandbox and to production, and have two config files.
Hey all I am helping a customer convert from one store theme to another. I am doing a lot of work making adjustments in code, but there is a UX...
My store have multiple strorefront and main one using `en` and other one uses `el` locales. When I work on my locale my Greek Store keeps using 'en' locale. ###...
Hello. I'm having some issues helping a dev get the Stencil CLI running on Windows 10. `stencil push` & `stencil bundle` run just fine. When running stencil start the local...
### Expected behavior Because you can include a component inside itself, and Cornerstone does this in a number of places, you should also be able to have circular component dependencies....
Hi, I am getting Stencil start (Status code 401) Error can any one help! **node --version** v14.21.3 **npm --version** 8.19.4 **stencil --version** 7.0.0 **nvm --version** 0.31.0 **stencil init** completed successfully...
### Expected behavior Using GitHub Actions to run `stencil push` and it pushes and uploads the theme. ### Actual behavior `stencil push` get's 80% of the way done then randomly...
### Expected behavior `stencil bundle` should fail with a message that it doesn't support forward slashes in the theme name. ### Actual behavior `stencil bundle` doesn't throw any errors. The...
### Expected behavior Run `stencil bundle` and Stencil will bundle the theme including compiling scss. ### Actual behavior Run `stencil bundle` and Stencil throws an error: > nvm\v18.15.0\node_modules\@bigcommerce\stencil-cli\lib\ScssValidator.js:40 > throw...
### Expected behavior seeing my images correctly in production ### Actual behavior i only see my images while working locally and get 404 online ### Steps to reproduce behavior add...