Skip to content

Commit

Permalink
Support versioning of ramda-repl js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehua Liu committed Sep 25, 2017
1 parent a49a701 commit b21ae06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions repl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link href="css/page.css" rel="stylesheet">

<!-- Style for the REPL -->
<link href="https://cdn.rawgit.com/ramda/repl/master/dist/bundle.css" rel="stylesheet">
<link href="https://cdn.rawgit.com/ramda/repl/1.1.0/dist/bundle.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -53,7 +53,7 @@
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.1/URI.min.js"></script>
<script src="https://cdn.rawgit.com/ramda/repl/master/dist/bundle.js"></script>
<script src="https://cdn.rawgit.com/ramda/repl/1.1.0/dist/bundle.js"></script>

<script>

Expand Down
4 changes: 2 additions & 2 deletions repl/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ block main

block scripts
script(src="https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.1/URI.min.js")
script(src="https://cdn.rawgit.com/ramda/repl/master/dist/bundle.js")
script(src="https://cdn.rawgit.com/ramda/repl/1.1.0/dist/bundle.js")
script(src="index.js")

block styles
link(href="https://cdn.rawgit.com/ramda/repl/master/dist/bundle.css" rel="stylesheet")
link(href="https://cdn.rawgit.com/ramda/repl/1.1.0/dist/bundle.css" rel="stylesheet")

0 comments on commit b21ae06

Please sign in to comment.