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

Updating prelude.dx or dynamic.js or style.css and running make does not update #519

Closed
oxinabox opened this issue Apr 12, 2021 · 2 comments

Comments

@oxinabox
Copy link
Contributor

oxinabox commented Apr 12, 2021

I am not sure if this is a Mac thing.
but it seems that if something is changed in lib/prelude.dx
then those changes are not reflected when next running Dex.
Nor do they change if you run make.
You need to run make all.

Same thing happens for dynamic.js, and style.css which are copied into the static HTML pages if you do make docs.
But if you update it, and run make docs the old one will still be inserted
You need to run make all first, then make docs
(not make clean only make all seems to do it)

It might be that this is related to haskell/cabal#6889
since we are using an old version of cabal

@oxinabox oxinabox changed the title Updating prelude.dx or dynamic.js and running make does not update Updating prelude.dx or dynamic.js or style.css and running make does not update Apr 12, 2021
@duvenaud
Copy link
Contributor

duvenaud commented Jul 5, 2021

Pretty sure this is fixed now.

@dougalm
Copy link
Collaborator

dougalm commented Feb 13, 2023

Assuming this is fixed (though I can't test on macOS). Closing for now.

@dougalm dougalm closed this as completed Feb 13, 2023
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

3 participants