We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yarn only picks up changes in stylesheets when I use:
yarn watch:css
and not
yarn build:css --watch
Here's what displays when I run yarn build:css --watch:
yarn build:css --watch [24/01/1 | 9:49:03] yarn run v1.22.21 $ yarn build:css:compile && yarn build:css:prefix --watch $ sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules $ postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css --watch
Here's my application.bootstrap.scss
application.bootstrap.scss
@import 'bootstrap/scss/bootstrap'; @import 'bootstrap-icons/font/bootstrap-icons'; @import "components/pick"; @import "components/navbar";
The text was updated successfully, but these errors were encountered:
Closing this - I don't think the issue is with cssbundling
Sorry, something went wrong.
No branches or pull requests
Yarn only picks up changes in stylesheets when I use:
and not
Here's what displays when I run
yarn build:css --watch
:Here's my
application.bootstrap.scss
The text was updated successfully, but these errors were encountered: