Skip to content

Commit a417073

Browse files
committed
Replace webpack with rollup
1 parent dc8b7b4 commit a417073

File tree

7 files changed

+4313
-7986
lines changed

7 files changed

+4313
-7986
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Timepicker Plugin for jQuery
55

66
[See a demo and examples here](http://jonthornton.github.com/jquery-timepicker)
77

8-
jquery.timepicker is a lightweight timepicker plugin for jQuery inspired by Google Calendar. It supports both mouse and keyboard navigation, and weighs in at 2.7kb minified and gzipped.
8+
jquery.timepicker is a lightweight timepicker plugin for jQuery inspired by Google Calendar. It supports both mouse and keyboard navigation, and weighs in at 5.5kb minified and gzipped.
99

1010
Requirements
1111
------------

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Timepicker for jQuery &ndash; Demos and Documentation</title>
77
<meta name="description" content="A lightweight, customizable jQuery timepicker plugin inspired by Google Calendar. Add a user-friendly javascript timepicker dropdown to your app in minutes." />
88
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
9-
<script type="text/javascript" src="dist/jquery.timepicker.min.js"></script>
9+
<script type="text/javascript" src="dist/jquery.timepicker.js"></script>
1010
<link rel="stylesheet" type="text/css" href="src/static/jquery.timepicker.css" />
1111
<script type="text/javascript" src="documentation-assets/bootstrap-datepicker.js"></script>
1212
<link rel="stylesheet" type="text/css" href="documentation-assets/bootstrap-datepicker.css" />

0 commit comments

Comments
 (0)