Skip to content

Commit

Permalink
Jekyll generated html in spec/ directory
Browse files Browse the repository at this point in the history
To avoid confusion, removing artifacts for
currently unsupported targets (pdf/single-page html).

I'd like to bring those back, but in the mean time let's avoid distractions.

Add Travis build.
  • Loading branch information
adriaanm committed Mar 27, 2014
1 parent 71c1716 commit 0261598
Show file tree
Hide file tree
Showing 47 changed files with 53 additions and 1,016 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
# based on http://www.paperplanes.de/2013/8/13/deploying-your-jekyll-blog-to-s3-with-travis-ci.html
language: ruby
rvm:
- 1.9.3
script: bundle exec jekyll build -s spec/ -d build/spec
install: bundle install
# after_success: bundle exec s3_website push --headless
12 changes: 0 additions & 12 deletions 16-references.md

This file was deleted.

7 changes: 7 additions & 0 deletions Gemfile
@@ -0,0 +1,7 @@
# To build the spec on Travis CI
source "https://rubygems.org"

gem "jekyll", "2.0.0.alpha.2"
gem "rouge"
# gem 's3_website'
# gem 'redcarpet'
101 changes: 0 additions & 101 deletions LICENSE_HEURISTICA

This file was deleted.

15 changes: 0 additions & 15 deletions LICENSE_LUXIMONO

This file was deleted.

147 changes: 0 additions & 147 deletions Makefile

This file was deleted.

Binary file removed resources/Heuristica-Bold.woff
Binary file not shown.
Binary file removed resources/Heuristica-BoldItalic.woff
Binary file not shown.
Binary file removed resources/Heuristica-Regular.woff
Binary file not shown.
Binary file removed resources/Heuristica-RegularItalic.woff
Binary file not shown.
Binary file removed resources/LuxiMono-Bold.woff
Binary file not shown.
Binary file removed resources/LuxiMono-BoldOblique.woff
Binary file not shown.
Binary file removed resources/LuxiMono-Regular.woff
Binary file not shown.
Binary file removed resources/LuxiMono-RegularOblique.woff
Binary file not shown.
20 changes: 0 additions & 20 deletions resources/ScalaReference.js

This file was deleted.

29 changes: 0 additions & 29 deletions resources/blueprint-print.css

This file was deleted.

0 comments on commit 0261598

Please sign in to comment.