sanemat / short_short_stories

https://sanemat.github.io/short_short_stories/
0 stars 0 forks source link

[For upstream] Unnecessary copying Gemfile and Gemfile.lock #6

Open sanemat opened 10 years ago

sanemat commented 10 years ago

https://github.com/sanemat/short_short_stories/tree/master/_site

lib/octopress/commands/serve.rb

          options = CommandHelpers.normalize_options(options)
          options = Jekyll.configuration(options)
          Jekyll::Commands::Build.process(options)
          Jekyll::Commands::Serve.process(options)