From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- bower_components/bootstrap/_config.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bower_components/bootstrap/_config.yml (limited to 'bower_components/bootstrap/_config.yml') diff --git a/bower_components/bootstrap/_config.yml b/bower_components/bootstrap/_config.yml new file mode 100644 index 00000000..23e1ef8c --- /dev/null +++ b/bower_components/bootstrap/_config.yml @@ -0,0 +1,28 @@ +# Dependencies +markdown: rdiscount +pygments: true + +# Permalinks +permalink: pretty + +# Server +destination: ./_gh_pages +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] +port: 9001 + +# Custom vars +repo: https://github.com/twbs/bootstrap +download: https://github.com/twbs/bootstrap/archive/v3.0.0-rc1.zip +download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0-rc1/bs-v3.0.0-rc1-dist.zip + +examples: http://examples.getbootstrap.com +examples_repo: https://github.com/twbs/bootstrap-examples + +glyphicons: http://glyphicons.getbootstrap.com +glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons + +blog: http://blog.getbootstrap.com +expo: http://expo.getbootstrap.com + +cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css +cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js -- cgit v1.2.3