caching - Umbraco 7.2.0 - grid.editors.config.js is cached and will not update -


i have created new grid editor, , have deployed production server. when on development machine, change grid.editors.config.js reflected immediately.

however, on production server, change grid.editors.config.js has no effect.

after research, have found issue client dependency cache. have tried following:

  • removing files app_data/temp/clientdependency
  • incrementing version number in config/clientdependency.config
  • recycling application pool
  • clearing browser cache
  • restarting server

what missing? when add query string, ie. https://mywebsite/config/grid.editors.config.js?v=1 changes shown, means file has updated on server.

what need update file?

are using expiration headers caching js on website?

you try delete following files:

app_data/temp/distcache  app_data/temp/plugincache 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -