Skip to content

Watch Command w/ Bootstrap Fails to Pick Up Changes #142

New issue

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

Closed
allcentury opened this issue Jan 1, 2024 · 1 comment
Closed

Watch Command w/ Bootstrap Fails to Pick Up Changes #142

allcentury opened this issue Jan 1, 2024 · 1 comment

Comments

@allcentury
Copy link

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

@import 'bootstrap/scss/bootstrap';
@import 'bootstrap-icons/font/bootstrap-icons';
@import "components/pick";
@import "components/navbar";
@allcentury
Copy link
Author

Closing this - I don't think the issue is with cssbundling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant