mvneerven / pure-pwa

Ultra-lean, Web Components enhanced, no-build, no-dependencies boilerplate for PWAs
https://www.pure-pwa.com/
285 stars 18 forks source link

css not compiling due to references to missing files #11

Open wipxel opened 6 months ago

wipxel commented 6 months ago

app.scss not compiled to css due to missing files causing the demo to break (no css) referenced here as well

IanGordonOne commented 2 months ago

At https://github.com/mvneerven/pure-pwa/commit/6317b2f5ffad64be68358325b44a5771a348ff08 , the following are missing:

  1. public/assets/js/shared/tab-strip/index
  2. public/assets/js/shared/input-autocomplete/index

Reference:

Compilation Error
Error: Can't find stylesheet to import.
   ╷
15 │ @import "../public/assets/js/shared/tab-strip/index";
   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
  Users/iangordon/Projects/pure-pwa/scss/app.scss 15:9  root stylesheet
--------------------
Watching...
--------------------
Change detected - 8/27/2024, 6:43:08 PM
app.scss
--------------------
Compilation Error
Error: Can't find stylesheet to import.
   ╷
16 │ @import "../public/assets/js/shared/input-autocomplete/index";
   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Users/iangordon/Projects/pure-pwa/scss/app.scss 16:9 root stylesheet