Open spire-mike opened 2 years ago
Hi @spire-mike, sorry to hear that!
While fix is not released yet, I can recommend you moving css files into /assets/scss
folder.
I think the example how css files are stored in the theme was taken from our Cornerstone theme
I am receiving an error during the bundling process ever since 4.1.0 was released. Nothing has change in my theme files, so I am having trouble figuring out what is causing the issue. Here is the error I'm receiving on version
4.1.0
.As soon as I fix my stencil version to
3.13.0
the issue goes way. I noticed some skipped tests related toBundleValidator
in the4.1.0
release. Could that have something to do with this error?Here is a possibly relevant part of my codebase. In my
templates/layout/base.html
file:This has worked for years without issue until
4.1.0
stencil release. Any idea what's going on?Environment
Stencil-cli version
stencil --version
: 4.1.0Node version
node -v
: 12.22.12NPM version
npm -v
:OS: Ubunut 20.04.4 LTS