Questions tagged [client-dependency]

Client dependency is a library for managing CSS & JavaScript dependencies and optimization in ASP.Net

CDF is a framework for managing CSS & JavaScript dependencies and optimizations your web application. It allows for each individual component in your web application to declare what CSS and JavaScript files they require instead of relying on a single master page to include all dependencies for all modules and of course handles all optimizations: minification, compression, caching, and so on....

Currently available at github

20 questions
0
votes
3 answers

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

I have created a new grid editor, and have deployed it to my production server. When on my development machine, a change to the grid.editors.config.js is reflected immediately. However, on my production server, a change to grid.editors.config.js has…
LoveFortyDown
  • 1,011
  • 2
  • 17
  • 37
0
votes
1 answer

Anonymous users are unable to access DependencyHandler.axd with forms authentication and outpucache

anonymous users are unable to access DependencyHandler.axd with forms authentication and outpucache. Enable forms authentication
0
votes
1 answer

Syntax highlighter for TinyMCE in Umbraco

I downloaded the EyeCatch Syntax highlighter for umbraco as a package from the umbraco repo.. but once I added the macro to my MVC view it started complaining about clientdependencies (on a server-side level).. so first of all.. is there any way…
Inx
  • 2,364
  • 7
  • 38
  • 55
0
votes
1 answer

Umbraco log DependencyHandler error

My Umbraco log is filling up quickly with messages like the following one: At /xx/DependencyHandler.axd/f88c46d6fcf7ee6b39a67236364e7300/158/js (Referred by: http://www.mysite.com/xx/) It happens to all the paths, and also happens in js and css. I…
jbartolome
  • 302
  • 2
  • 12
0
votes
1 answer

Nivo Slider not working with Client Dependency Framework

I implemented the Client Dependency Framework for my Umbraco website:
Toontje
  • 1,415
  • 4
  • 25
  • 43
1
2