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

Commit

Permalink
Lots of compiling cleanup (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton authored Jan 11, 2017
1 parent b391db9 commit 4198d2a
Show file tree
Hide file tree
Showing 68 changed files with 38,763 additions and 42,098 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"bootstrap": "^3.3.7",
"jquery-oembed-all": "*",
"markerwithlabel-v3": "^1.1.10",
"jquery-ui": "^1.12.1"
"jquery-ui": "^1.12.1",
"font-awesome": "fontawesome#^4.7.0"
}
}
37 changes: 37 additions & 0 deletions bower_components/font-awesome/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": [
"OFL-1.1",
"MIT",
"CC-BY-3.0"
],
"main": [
"less/font-awesome.less",
"scss/font-awesome.scss"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
],
"version": "4.7.0",
"_release": "4.7.0",
"_resolution": {
"type": "version",
"tag": "v4.7.0",
"commit": "a3fe90fa5f6fac55d197f9cbd18e3f57dafb716c"
},
"_source": "https://github.com/FortAwesome/Font-Awesome.git",
"_target": "^4.7.0",
"_originalSource": "fontawesome",
"_direct": true
}
33 changes: 33 additions & 0 deletions bower_components/font-awesome/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal

.coverage
.DS_Store
.installed.cfg
_gh_pages/*

.idea/*
.svn/*
src/website/static/*
src/website/media/*

bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version
.bundle
22 changes: 22 additions & 0 deletions bower_components/font-awesome/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
"main": [
"less/font-awesome.less",
"scss/font-awesome.scss"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}
7 changes: 7 additions & 0 deletions bower_components/font-awesome/css/font-awesome.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4198d2a

Please sign in to comment.