diff options
Diffstat (limited to 'library/font_awesome/_config.yml')
-rw-r--r-- | library/font_awesome/_config.yml | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/library/font_awesome/_config.yml b/library/font_awesome/_config.yml index a51b5581f..081c1bf1e 100644 --- a/library/font_awesome/_config.yml +++ b/library/font_awesome/_config.yml @@ -11,7 +11,7 @@ pygments: true permalink: pretty # ensures SCSS files are compiled -include: [_bootstrap.scss, _core.scss, _extras.scss, _icons.scss, _mixins.scss, _path.scss, _variables.scss] +include: [_*.scss] # used in building icon pages icon_meta: src/icons.yml @@ -19,21 +19,21 @@ icon_layout: icon.html # Relative to _layouts directory icon_destination: icon # Relative to destination fontawesome: - version: 3.2.1 - minor_version: 3.2 + version: 4.6.1 + minor_version: 4.6 + major_version: 4 + doc_blob: v4.6.1 url: http://fontawesome.io legacy_url: http://fortawesome.github.com/Font-Awesome/ - blog_url: http://blog.fontawesome.io + blog_url: http://articles.fortawesome.com twitter: fontawesome - tagline: The iconic font designed for Bootstrap + tagline: The iconic font and CSS toolkit + css_prefix: fa author: name: Dave Gandy email: dave@fontawesome.io twitter: davegandy - work: - name: Kyruus - url: http://kyruus.com - title: Lead Product Designer + github: davegandy github: url: https://github.com/FortAwesome/Font-Awesome project: Font-Awesome @@ -50,5 +50,11 @@ fontawesome: url: http://creativecommons.org/licenses/by/3.0/ bootstrap: - version: 2.3.2 + version: 3.3.5 url: http://getbootstrap.com + +jquery: + version: 1.11.3 + +jquery_validate: + version: 1.13.1 |