Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How to clean up Client Depency filesHow to clean up Client Depency files
Previous
 
Next
New Post
10/19/2012 6:20 PM
 
Awesome, thanks! So with 6.2.x, how do you get your .css and .js changes to apply? With 6.1.x, we just did a Clear Cache but that doesn't seem to work in 6.2.3. A change to the web.config didn't do it either. Do we need to go to Host Settings and manually do a Increment Version?

David O'Leary
Efficion Consulting
 
New Post
10/19/2012 7:02 PM
 
Some other findings:
-If your App_Data/ClientDependency directory grows too large. You can safely delete it and it will be regenerated.
-There currently is no mechanism in DNN to automatically clean up the App_Data/ClientDependency directory. I've created a ticket for this: http://support.dotnetnuke.com/issue/V...
-Hitting CTRL-F5 in your browser window is supposed to completely clear your cache and allow you to view the latest changes without having to do any type of "Clear Cache" or reset on the server side. But, I couldn't get this to work in Firefox or Chrome. If I browsed to the site in a new browser or incognito mode, I did see the changes.

I hope to compile all the information I gather an update the appropriate wiki entries with it once I know what's true or not so other people don't have to go on the journey of discovery I've been following. Of course, if someone else wants to do this, I won't be upset.

David O'Leary
Efficion Consulting
 
New Post
10/20/2012 2:35 AM
 
So the related part of web.config is useless ?

If so, why it was not removed ?

 
New Post
10/21/2012 10:30 PM
 

If you remove the clientDependency section from the web.config entirely, it seems it will cause none of the CDF managed files to be included at all. I was able to trim the clientDependency section in the web.config down to the following without affecting functionality

  <clientDependency fileDependencyExtensions=".js,.css" loggerType="">
    <fileRegistration defaultProvider="LoaderControlProvider">
      <providers>
        <add name="DnnPageHeaderProvider" type="DotNetNuke.Web.Client.Providers.DnnPageHeaderProvider, DotNetNuke.Web.Client" enableCompositeFiles="true" />
        <add name="DnnBodyProvider" type="DotNetNuke.Web.Client.Providers.DnnBodyProvider, DotNetNuke.Web.Client" enableCompositeFiles="true" />
        <add name="DnnFormBottomProvider" type="DotNetNuke.Web.Client.Providers.DnnFormBottomProvider, DotNetNuke.Web.Client" enableCompositeFiles="true" />
        <add name="PageHeaderProvider" type="ClientDependency.Core.FileRegistration.Providers.PageHeaderProvider, ClientDependency.Core" enableCompositeFiles="true" />
        <add name="LazyLoadProvider" type="ClientDependency.Core.FileRegistration.Providers.LazyLoadProvider, ClientDependency.Core" enableCompositeFiles="true" />
        <add name="LoaderControlProvider" type="ClientDependency.Core.FileRegistration.Providers.LoaderControlProvider, ClientDependency.Core" enableCompositeFiles="true" />
      </providers>
    </fileRegistration>
  </clientDependency>



David O'Leary
Efficion Consulting
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How to clean up Client Depency filesHow to clean up Client Depency files


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out