Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit f452969

Browse files
chore(build): use minified version for the demo site
Closes #1682
1 parent 6bc6634 commit f452969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: misc/demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script src="http://cdnjs.cloudflare.com/ajax/libs/fastclick/0.6.7/fastclick.min.js"></script>
1212
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular.min.js"></script>
13-
<script src="ui-bootstrap-tpls-<%= pkg.version%>.js"></script>
13+
<script src="ui-bootstrap-tpls-<%= pkg.version%>.min.js"></script>
1414
<script src="assets/plunker.js"></script>
1515
<script src="assets/app.js"></script>
1616

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"grunt-conventional-changelog": "~0.1.2",
1111
"grunt-contrib-concat": "~0.1.3",
1212
"grunt-contrib-copy": "~0.4.1",
13-
"grunt-contrib-uglify": "~0.2.0",
13+
"grunt-contrib-uglify": "~0.3.0",
1414
"grunt-contrib-watch": "~0.3.1",
1515
"grunt-contrib-jshint": "~0.4.0",
1616
"grunt-html2js": "~0.1.3",

0 commit comments

Comments
 (0)