Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit c9b4f8f

Browse files
committed
Merge pull request #821 from stevemao/patch-1
fix(wiredep): exclude json3.js from wiredep
2 parents ae53202 + b421e13 commit c9b4f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3 class="text-muted"><%= appname %></h3>
5656
<!-- build:js(.) scripts/oldieshim.js -->
5757
<!--[if lt IE 9]>
5858
<script src="bower_components/es5-shim/es5-shim.js"></script>
59-
<script src="bower_components/json3/lib/json3.min.js"></script>
59+
<script src="bower_components/json3/lib/json3.js"></script>
6060
<![endif]-->
6161
<!-- endbuild -->
6262

0 commit comments

Comments
 (0)