Skip to content

Commit 76c0333

Browse files
committed
Had to touch web.config through IIS to avoid 404 for bundles
1 parent 5b691da commit 76c0333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Presentation/SmartStore.Web/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
44
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
@@ -92,7 +92,7 @@
9292
<customErrors mode="RemoteOnly" />
9393
<sessionState mode="InProc" />
9494
<trace enabled="true" localOnly="true" pageOutput="true" requestLimit="40" />
95-
<compilation debug="true" targetFramework="4.5.1" batch="true" optimizeCompilations="true">
95+
<compilation batch="true" debug="true" optimizeCompilations="true" targetFramework="4.5.1">
9696
<assemblies>
9797
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
9898
<add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

0 commit comments

Comments
 (0)