You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
, andstyle.css
which are copied into the static HTML pages if you domake docs
.But if you update it, and run
make docs
the old one will still be insertedYou need to run
make all
first, thenmake docs
(not
make clean
onlymake 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
The text was updated successfully, but these errors were encountered: