Skip to content

Commit 57e603d

Browse files
committed
Set source files in index html to be minified in dist.
1 parent ede6126 commit 57e603d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="ExampleApp">
33
<head>
44
<title>Datetime input UI element for AngularJS</title>
5-
<link rel="stylesheet" type="text/css" href="src/datetime-input.css">
5+
<link rel="stylesheet" type="text/css" href="dist/datetime-input.css">
66
<meta name="viewport" content="width=500,user-scalable=0">
77
<style>
88
body {
@@ -21,7 +21,7 @@
2121

2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.0/angular.min.js" charset="utf-8"></script>
2323
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min.js" charset="utf-8"></script>
24-
<script src="src/datetime-input.js"></script>
24+
<script src="dist/datetime-input.js"></script>
2525

2626
<script>
2727
angular.module('ExampleApp', ['g1b.datetime-input']).

0 commit comments

Comments
 (0)