Skip to content
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

1.3.2-1 appends styles to output file on update #25

Open
euccastro opened this issue Dec 31, 2017 · 1 comment
Open

1.3.2-1 appends styles to output file on update #25

euccastro opened this issue Dec 31, 2017 · 1 comment

Comments

@euccastro
Copy link

If you run boot-garden 1.3.2-1 along with watch (as in the README example) and make modifications to the .clj file defining the styles, the new styles will be appended to the output file, rather than replacing it altogether.

This doesn't happen in 1.3.2-0.

@euccastro
Copy link
Author

euccastro commented Dec 31, 2017

This repo is a simple way to reproduce the issue. Just run boot dev, open target/public/css/garden.css, edit src/clj/repro/styles.clj, and note that the garden.css has changed to get the new styles appended. You may then change the boot-garden version to 1.3.2-0 and follow the same procedure to see the expected behavior (new styles completely overwrite the old ones).

minikomi added a commit to minikomi/boot-garden that referenced this issue Feb 2, 2018
minikomi added a commit to minikomi/boot-garden that referenced this issue Feb 2, 2018
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