Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Static required for bower releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolski committed Jul 9, 2015
1 parent 8cc0d45 commit 967bd4a
Show file tree
Hide file tree
Showing 1,460 changed files with 184,870 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -15,7 +15,6 @@
/local.json
/node_modules/
/user_published/
/PopcornEditor/static/bower/
/PopcornEditor/templates/basic/*.css
/PopcornEditor/css/butter.ui.less.css
!locale/en_US/*
Expand Down
34 changes: 34 additions & 0 deletions PopcornEditor/static/bower/bootstrap/.bower.json
@@ -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"
}

0 comments on commit 967bd4a

Please sign in to comment.