Skip to content

Commit

Permalink
Merge pull request #2 from sonill/2.0
Browse files Browse the repository at this point in the history
added minified js and css
  • Loading branch information
sonill authored Mar 20, 2021
2 parents 3df3a28 + e91f779 commit 25012d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Nepali Multi Date Picker Example</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="nepali-date-picker.css">
<link rel="stylesheet" href="nepali-date-picker.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css" rel="stylesheet" />

</head>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h4 class="mt-5">License</h4>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="nepali-date-picker.js"></script>
<script src="nepali-date-picker.min.js"></script>

<script>
jQuery(document).ready(function () {
Expand Down
2 changes: 1 addition & 1 deletion nepali-date-picker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 25012d3

Please sign in to comment.