I was creating a web-app in phoenix, It creates a folder of dependencies called deps, I wanted to know If I can change code of one of the dependencies and see How it affects. I tried to do it, but it doesn't executes my injected code.
Did you recompile the dependencies?
From the command line of your directory, after you make the change, issue the command
mix deps.compile
This should cause your code changes to be included.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With