Friday, January 23, 2015

rebuild lite for DNN

A coworker shared this blob of XML for DotNetNuke configuration today:

<compilation debug="true" strict="false" batch="false" optimizeCompilations="true">
   <buildProviders>
      <remove extension=".resx" />
      <remove extension=".resources" />
   </buildProviders>

 
 

batch="false" optimizeCompilations="true" in particular will allow one to only rebuild that which needs rebuilding instead of EVERYTHING. As you might imagine this speeds up the build time.

No comments:

Post a Comment