Added jquery

This commit is contained in:
Oliver Davies 2015-08-08 23:00:25 +01:00
parent 01d53ff46c
commit c7cd2ffee3
3 changed files with 108 additions and 7 deletions

View file

@ -1,6 +1,7 @@
{
"require": {
"components/highlightjs": "~7.3.0",
"components/jquery": "~1.9.1",
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
},
"config": {

View file

@ -4,8 +4,63 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "0017abded974b033df4f15fb8c423e79",
"hash": "c1a9ae4e8c31d83d7b43e6ad0161e602",
"packages": [
{
"name": "components/bootstrap",
"version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/components/bootstrap.git",
"reference": "4e517c991623b3bd913e2becd44831b2c9b0be90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/components/bootstrap/zipball/4e517c991623b3bd913e2becd44831b2c9b0be90",
"reference": "4e517c991623b3bd913e2becd44831b2c9b0be90",
"shasum": ""
},
"require": {
"components/jquery": "*"
},
"suggest": {
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
},
"type": "component",
"extra": {
"component": {
"scripts": [
"js/bootstrap.js"
],
"files": [
"js/bootstrap.min.js",
"css/*.css",
"img/*.png"
],
"shim": {
"deps": [
"jquery"
]
}
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Twitter, Inc"
}
],
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"homepage": "http://twitter.github.com/bootstrap/",
"keywords": [
"bootstrap",
"css"
],
"time": "2013-07-18 20:01:48"
},
{
"name": "components/highlightjs",
"version": "7.3.0",
@ -51,6 +106,51 @@
"description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
"time": "2013-04-24 15:11:49"
},
{
"name": "components/jquery",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/components/jquery.git",
"reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/components/jquery/zipball/ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
"reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
"shasum": ""
},
"require": {
"robloach/component-installer": "*"
},
"type": "component",
"extra": {
"component": {
"scripts": [
"jquery.js"
],
"files": [
"jquery.min.js",
"jquery-migrate.js",
"jquery-migrate.min.js",
"jquery.min.map"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Resig",
"email": "jeresig@gmail.com"
}
],
"description": "jQuery JavaScript Library",
"homepage": "http://jquery.com",
"time": "2014-10-11 11:52:45"
},
{
"name": "kriswallsmith/assetic",
"version": "v1.2.1",
@ -127,16 +227,16 @@
},
{
"name": "robloach/component-installer",
"version": "0.2.1",
"version": "0.2.2",
"source": {
"type": "git",
"url": "https://github.com/RobLoach/component-installer.git",
"reference": "6f654095da6e364261093c2d9ca416e1027d0169"
"reference": "0553c9bbf60fa1623594d125e8425edd9e8ecce3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/6f654095da6e364261093c2d9ca416e1027d0169",
"reference": "6f654095da6e364261093c2d9ca416e1027d0169",
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/0553c9bbf60fa1623594d125e8425edd9e8ecce3",
"reference": "0553c9bbf60fa1623594d125e8425edd9e8ecce3",
"shasum": ""
},
"require": {
@ -171,7 +271,7 @@
}
],
"description": "Allows installation of Components via Composer.",
"time": "2015-06-18 13:02:30"
"time": "2015-08-07 13:12:01"
},
{
"name": "tsphethean/sculpin-related-posts-bundle",

View file

@ -1,4 +1,4 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="{{ site.url }}/components/jquery/jquery.min.js"></script>
<script src="{{ site.url }}/{{ theme_path('assets/js/bootstrap.min.js') }}"></script>
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>