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

generate the CSS file in build directory #6

Open
Roger-luo opened this issue Nov 2, 2021 · 0 comments
Open

generate the CSS file in build directory #6

Roger-luo opened this issue Nov 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Roger-luo
Copy link
Collaborator

currently, we generate CSS files in src/assets, this is causing LiveServer falls into recursive execution of the make.jl script because it will watch the generated CSS file. One will need to ignore this CSS file in order to make LiveServer work correctly with this package. I'm not sure what would be the best way to solve this, but generate the CSS to the build directory might be the solution. But then the problem becomes how to make Documenter recognize this.

@Roger-luo Roger-luo added the enhancement New feature or request label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant