Skip to content

Commit

Permalink
separate static assets from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sagalbot committed May 26, 2016
1 parent 1524ff2 commit 3750210
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,26 @@
<meta charset="utf-8">
<title>Vue Select | VueJS Select2/Chosen Component</title>

<link rel="stylesheet" href="dist/prism.css">
<link rel="stylesheet" href="dist/octicons.css">
<link rel="stylesheet" href="static/prism.css">
<link rel="stylesheet" href="static/octicons.css">

<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Dosis:300&amp;text=Vue Select" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

<meta name="title" content="Vue Select | VueJS Select2/Chosen Component">
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">

<!-- <link rel="icon" href="static/vue-logo.png" type="image/x-icon"> -->
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
<meta property="og:title" content="Vue Select | VueJS Select2/Chosen Component">
<meta property="og:site_name" content="Vue Select | VueJS Select2/Chosen Component">
<meta property="og:url" content="http://sagalbot.github.io/vue-select">
<meta property="og:description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
<!-- <meta property="og:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png"> -->
<!-- <meta property="twitter:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png"> -->
<meta property="twitter:title" content="Vue Select | VueJS Select2/Chosen Component">
<meta property="twitter:description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
</head>
<body>
<app></app>
Expand All @@ -25,7 +36,7 @@
ga('create', 'UA-12818324-8', 'auto');
ga('send', 'pageview');
</script>
<script src="dist/prism.js"></script>
<script src="static/prism.js"></script>
<script src="dist/build.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added static/vue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3750210

Please sign in to comment.