forked from undertow-io/undertow-io-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
22 lines (21 loc) · 1.13 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source 'https://rubygems.org'
gem 'awestruct', '0.5.6' # Framework for creating static HTML sites
gem 'haml', '~> 4.0.7' # Haml (HTML Abstraction Markup Language)
gem 'uglifier', '~> 3.2.0' # Ruby wrapper for UglifyJS JavaScript compressor
gem 'cssminify', '~> 1.0.2' # CSS compression using YUI compressor
gem 'less', '~> 2.6.0' # Invoke the Less CSS compiler from Ruby
gem 'therubyracer', '~> 0.12.3', :platforms => :ruby # Call JavaScript code and manipulate JavaScript objects from Ruby and vice versa
gem 'rb-fsevent', '~> 0.10' # FSEvents API with Signals catching (without RubyCocoa)
gem 'kramdown', '~> 1.15.0' # Kramdown works on all platforms, rdiscount only on mri
gem 'therubyrhino', '~> 2.0.4', :platforms => :jruby # JavaScript on JRuby
gem 'htmlcompressor', '~> 0.3.1' # Adds in HTML minification, helps remove the warning on awestruct startup
gem 'RedCloth', '~> 4.2.9'
gem 'listen', '2.10.1'
gem 'asciidoctor', '1.5.6.1'
gem 'tilt', '~> 2.0.1'
#gem 'libv8', '~> 3.16.14.15'
gem 'coderay', '~> 1.1.2'
gem 'coffee-script', '~> 2.4.1'
#gem 'win32-open3-19', :platforms => :mingw
gem 'rb-inotify', '~> 0.9'
gem 'guard-livereload', '2.4.0'