SimplCommerce
SimplCommerce copied to clipboard
update view in debug
hello, is there any way to not have to recompile the solution to see the changes I have made in the view? I tried this: https://github.com/aspnet/Announcements/issues/343, but it didn't work. Regards
Because the views of modules are outside the WebHost, After modification, you need to copy to the WebHost to make it effective. You can do this by running the copy static task, see the docs here http://docs.simplcommerce.com/en/latest/development-tips/
Sorry, this is still not gonna work. I will check this tomorrow
thx @thiennn I am also looking for a solution to this