Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Graham Davis 110 posts 376 karma points
    Jul 04, 2018 @ 12:31
    Graham Davis
    0

    Plugin Changes Not Updating

    I am doing plugin development via Visual Studio and think I am dealing with caching issues in Umbraco. My problem is that I am having difficulty getting code changes (mainly in js) to take effect. Is there a way to disable caching in development? or is there a better solution to speeding up my development time?

  • B. Gunnarsson (Bryns) 25 posts 180 karma points c-trib
    Jul 04, 2018 @ 15:28
    B. Gunnarsson (Bryns)
    0

    Given that you're developing a package then:

    Make sure that debug equals true in your Web.config file.

    <compilation defaultLanguage="c#" debug="true"...
    

    If that is not the case then sometimes I've had to build my project for the changes to take effect.

    Also make sure that the plugin is included in the projects App_Plugins folder.

Please Sign in or register to post replies

Write your reply to:

Draft