Added jquery
This commit is contained in:
parent
01d53ff46c
commit
c7cd2ffee3
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"components/highlightjs": "~7.3.0",
|
"components/highlightjs": "~7.3.0",
|
||||||
|
"components/jquery": "~1.9.1",
|
||||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
112
sculpin.lock
112
sculpin.lock
|
@ -4,8 +4,63 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "0017abded974b033df4f15fb8c423e79",
|
"hash": "c1a9ae4e8c31d83d7b43e6ad0161e602",
|
||||||
"packages": [
|
"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",
|
"name": "components/highlightjs",
|
||||||
"version": "7.3.0",
|
"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.",
|
"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"
|
"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",
|
"name": "kriswallsmith/assetic",
|
||||||
"version": "v1.2.1",
|
"version": "v1.2.1",
|
||||||
|
@ -127,16 +227,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "robloach/component-installer",
|
"name": "robloach/component-installer",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/RobLoach/component-installer.git",
|
"url": "https://github.com/RobLoach/component-installer.git",
|
||||||
"reference": "6f654095da6e364261093c2d9ca416e1027d0169"
|
"reference": "0553c9bbf60fa1623594d125e8425edd9e8ecce3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/6f654095da6e364261093c2d9ca416e1027d0169",
|
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/0553c9bbf60fa1623594d125e8425edd9e8ecce3",
|
||||||
"reference": "6f654095da6e364261093c2d9ca416e1027d0169",
|
"reference": "0553c9bbf60fa1623594d125e8425edd9e8ecce3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -171,7 +271,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Allows installation of Components via Composer.",
|
"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",
|
"name": "tsphethean/sculpin-related-posts-bundle",
|
||||||
|
|
|
@ -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 }}/{{ theme_path('assets/js/bootstrap.min.js') }}"></script>
|
||||||
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
|
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
|
|
Loading…
Reference in a new issue