Require Jekyll > 3, to have incremental build feature.

This commit is contained in:
Davit Barbakadze
2016-09-26 13:33:17 +04:00
parent 764752f0da
commit 2ccdc96923
4 changed files with 44 additions and 64 deletions
+3 -2
View File
@@ -4,9 +4,10 @@
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'jekyll', '~> 3'
gem 'jekyll-redirect-from', '~> 0.11'
gem 'jekyll-sitemap', '~> 0.10.0'
gem 'redcarpet', '~> 3'
gem 'nokogiri', '1.6.6.4'
gem 'octopress-minify-html', '1.3.0'
end
+33 -60
View File
@@ -1,63 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorator (0.1)
colorator (1.1.0)
css_press (0.3.2)
csspool-st (= 3.1.2)
json
csspool-st (3.1.2)
execjs (2.6.0)
fast-stemmer (1.0.2)
ffi (1.9.10)
hitimes (1.2.3)
execjs (2.7.0)
ffi (1.9.14)
forwardable-extended (2.6.0)
html_press (0.8.2)
htmlentities
multi_css (>= 0.1.0)
multi_js (>= 0.1.0)
htmlentities (4.3.4)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll (3.2.1)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.3.4)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.8.0)
jekyll-redirect-from (0.11.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.2.1)
listen (~> 2.7)
json (1.8.3)
kramdown (1.8.0)
liquid (2.6.3)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
json (2.0.2)
kramdown (1.12.0)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
mini_portile (0.6.2)
multi_css (0.1.0)
css_press
@@ -65,42 +45,35 @@ GEM
uglifier (~> 2)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
octopress-hooks (2.6.1)
octopress-hooks (2.6.2)
jekyll (>= 2.0)
octopress-minify-html (1.3.0)
html_press (~> 0.8)
jekyll (>= 2.0)
octopress-hooks
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.3.2)
redcarpet (3.3.4)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.18)
timers (4.0.4)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
sass (3.4.22)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
yajl-ruby (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
jekyll (~> 2.5.3)
jekyll-redirect-from (~> 0.8.0)
jekyll (~> 3)
jekyll-redirect-from (~> 0.11)
jekyll-sitemap (~> 0.10.0)
nokogiri (= 1.6.6.4)
octopress-minify-html (= 1.3.0)
redcarpet (~> 3)
BUNDLED WITH
1.11.2
1.13.1
+7 -1
View File
@@ -4,10 +4,16 @@
This project serves as the documentation for TinyMCE, as you see on tinymce.com, if you have any modifications you wish to contribute, fork this project, make the changes and submit a pull request. You will need to sign a contributors license agreement, a link will be sent via email.
We use [Jekyll](https://jekyllrb.com). Here's a [quick way](https://jekyllrb.com/docs/quickstart/) to start it.
We use Jekyll 3, mainly because of [incremental](https://jekyllrb.com/docs/configuration/) building feature. You should have at least Ruby 2 to run it (check your version: `ruby -v`).
### First time setup
Make sure you have `bundler` installed:
$ gem install bundler
Then retrieve and init the project:
$ git clone git@github.com:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ ./_scripts/init.sh
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
bundle exec jekyll serve --config _config.yml,_config-local.yml
bundle exec jekyll serve --incremental --config _config.yml,_config-local.yml