Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开始使用Octopress并刚刚克隆了 repo。我在 Gemfile 中注意到它需要 Sinatra gem。
为什么 Octopress 需要 Sinatra?我认为这只是为了开发。
在撰写本文时,Octopress 有一个调用 rackup的:preview rake 任务,而后者又调用 Sinatra。Sinatra 用于提供本地主机上的页面以供查看。