Skip to content

Commit

Permalink
install jekyll 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Israel Peña committed May 7, 2013
1 parent a12ee74 commit 712168e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 48 deletions.
9 changes: 1 addition & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@ source "http://rubygems.org"
group :development do
gem 'rake', '~> 0.9.2'
gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.11.2'
gem 'rdiscount', '~> 1.6.8'
gem 'kramdown'
gem 'coderay', '~> 1.0'
gem 'pygments.rb', '~> 0.3.2'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.6'
gem 'jekyll', '~> 1.0.0'
gem 'compass', '~> 0.12.1'
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0'
gem 'jekyll-asset-pipeline'
gem 'uglifier'
end
Expand Down
62 changes: 28 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
RedCloth (4.2.9-x86-mingw32)
albino (1.3.3)
posix-spawn (>= 0.3.6)
chunky_png (1.2.6)
chunky_png (1.2.8)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
coderay (1.0.8)
colorator (0.1)
commander (4.1.3)
highline (~> 1.6.11)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
directory_watcher (1.4.1)
execjs (1.4.0)
multi_json (~> 1.0)
fast-stemmer (1.0.1)
fssm (0.2.9)
haml (3.1.7)
jekyll (0.11.2)
albino (~> 1.3)
fast-stemmer (1.0.2)
fssm (0.2.10)
highline (1.6.18)
jekyll (1.0.0)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
colorator (~> 0.1)
commander (~> 4.1.3)
directory_watcher (~> 1.4.1)
kramdown (~> 0.14)
liquid (~> 2.3)
maruku (~> 0.5)
pygments.rb (~> 0.4.2)
safe_yaml (~> 0.7.0)
jekyll-asset-pipeline (0.1.2)
jekyll (>= 0.10.0)
liquid (>= 1.9.0)
kramdown (0.14.2)
liquid (2.3.0)
liquid (2.5.0)
maruku (0.6.1)
syntax (>= 1.0.0)
multi_json (1.5.0)
multi_json (1.7.3)
posix-spawn (0.3.6)
pygments.rb (0.3.7)
pygments.rb (0.4.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rack (1.4.1)
rack-protection (1.3.2)
rack (1.4.5)
rack-protection (1.5.0)
rack
rake (0.9.6)
rb-fsevent (0.9.2)
rdiscount (1.6.8)
rb-fsevent (0.9.3)
rubypants (0.2.0)
sass (3.2.4)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
safe_yaml (0.7.1)
sass (3.2.8)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
stringex (1.4.0)
syntax (1.0.0)
tilt (1.3.3)
uglifier (1.3.0)
tilt (1.4.0)
uglifier (2.0.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
yajl-ruby (1.1.0)
Expand All @@ -64,19 +65,12 @@ PLATFORMS
x86-mingw32

DEPENDENCIES
RedCloth (~> 4.2.9)
coderay (~> 1.0)
compass (~> 0.12.1)
haml (~> 3.1.6)
jekyll (~> 0.11.2)
jekyll (~> 1.0.0)
jekyll-asset-pipeline
kramdown
liquid (~> 2.3.0)
pygments.rb (~> 0.3.2)
rack (~> 1.4.1)
rake (~> 0.9.2)
rb-fsevent (~> 0.9)
rdiscount (~> 1.6.8)
rubypants (~> 0.2.0)
sinatra (~> 1.3.2)
stringex (~> 1.4.0)
Expand Down
7 changes: 1 addition & 6 deletions plugins/jekyll_asset_pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ def self.filetype

def convert
begin
# current dir is _includes/
# Compass.add_project_configuration *Compass.configuration_for('../../config.rb')
#compiler = Compass::Compiler.new("../../", "../_assets/sass/", "../../public/assets/", sass: Compass.sass_engine_options)
#engine = compiler.engine("../_assets/sass/", @content)
#engine.render
paths = ['../_assets/sass/']
paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/compass/stylesheets/"
return Sass::Engine.new(@content, syntax: :scss, load_paths: paths, style: :compressed).render
Expand Down Expand Up @@ -59,4 +54,4 @@ def html
"<link href='/#{@path}/#{@filename}' rel='stylesheet' type='text/css' media='screen' />\n"
end
end
end
end

0 comments on commit 712168e

Please sign in to comment.