Skip to content

Commit

Permalink
move bootstrap dependency to theme. Laverna#1
Browse files Browse the repository at this point in the history
  • Loading branch information
filtercake committed May 4, 2014
1 parent 86c561a commit f93708b
Show file tree
Hide file tree
Showing 158 changed files with 18,854 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/styles/theme-default/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
22 changes: 22 additions & 0 deletions app/styles/theme-default/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "laverna-theme-default",
"version": "0.5.0",
"dependencies": {
"bootstrap": "~3.1.1"
},
"homepage": "https://github.com/laverna/laverna",
"authors": [
"see laverna credits"
],
"description": "default theme for laverna.cc",
"main": "index.less",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}
34 changes: 34 additions & 0 deletions app/styles/theme-default/bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "bootstrap",
"version": "3.1.1",
"main": [
"./dist/css/bootstrap.css",
"./dist/js/bootstrap.js",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
"**/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"homepage": "https://github.com/twbs/bootstrap",
"_release": "3.1.1",
"_resolution": {
"type": "version",
"tag": "v3.1.1",
"commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.1.1",
"_originalSource": "bootstrap"
}
Loading

0 comments on commit f93708b

Please sign in to comment.