Skip to content

Commit 6a56cef

Browse files
authored
Merge pull request #641 from saranshkataria/patch-1
added documentation
2 parents 929dc5b + 3cd5d13 commit 6a56cef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site/jekyll/bundling/weboptimizer.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@ bundles.Add(new Bundle("~/bundles/main", new IBundleTransform[]
4242
"~/Content/HelloWorld.react.jsx"
4343
));
4444
```
45+
46+
Note that debug mode should be set to `false` in your `Web.config` file for this to work.
47+
48+
```csharp
49+
// Web.config
50+
<system.web>
51+
<compilation debug="false" targetFramework="4.x" />
52+
</system.web>
53+
```

0 commit comments

Comments
 (0)