afs commented on PR #2966:
URL: https://github.com/apache/jena/pull/2966#issuecomment-2607008953

   The error is at import of `@import 
'node_modules/bootstrap/dist/css/bootstrap.min';` (does not exist) - changing 
that to `node_modules/bootstrap/dist/css/bootstrap.min.css` (exoists) gets past 
that point.
   
   
https://github.com/apache/jena/actions/runs/12905546775/job/35984959805?pr=2966#:~:text=%5BINFO%5D%20error%20during,497
   
   
   
   But there is an error on `@import 
'node_modules/bootstrap/scss/bootstrap.scss';` which does exisr
   
   ```
   Error: Can't find stylesheet to import.
   [INFO]    ╷
   [INFO] 19 │ @import 'node_modules/bootstrap/scss/bootstrap.scss';
   [INFO]    │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ```
   
   Looking at the vite change log for 6.0.0, there is something about workspace 
root so I tried:
   
   ```
   @import '/node_modules/bootstrap/dist/css/bootstrap.min';
   @import '/node_modules/bootstrap/scss/bootstrap.scss';
   ```
   which works ...
   
   Is this the right fix?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org
For additional commands, e-mail: pr-h...@jena.apache.org

Reply via email to