nop 3.0 - Combining Scripts at run-time

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,

I thought nopCommerce could combine all the core .js scripts in the folder /Scripts at run-time.  But when I test a site as Release, all scripts are loaded individually.  Am I missing a setting?

Thank you.
10 years ago
Ok, nevermind.
I am making use of AjaxMin, which can be imported into the project or used at the command line once you are ready for the project to be released.
http://ajaxmin.codeplex.com/
10 years ago
Script combing won't work with debug enabled (setting configuration to Release in VS is a bit another thing). Open web.config file, find "compilation" element, set its "debug" attribute to "false" in order to enable combining and minification.

P.S. This automatically done when deploying the application (based on rules in Web.Release.config file)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.