电子书要搭配平板
#6 楼 @xjz19901211 [email protected] 先问清楚什么事
翻墙
IP 被 ban 有没有用什么代理啊?
发 Tickets
写了什么 js,一个个禁用看看
#89 楼 @blacktulip 我看了好久才懂这什么意思
@jihua0a 我不知道你为什么急着要别人全盘接受你的看法,如果没办法把话题限定在对问题本身的讨论上,那么就请离开。
拆成多个 before_filter 放在正常页面前
可以找找学校图书馆。
#5 楼 @edgar_wang_cn 好,1 楼加上 bundle 了
可以自己构建 epub
先把项目 clone 下来
$ bundle
$ gem install eeepub
$ ruby script/publish
#4 楼 @gechentuo 不看完文档不会理解 Turbolinks 产生的问题和解决方法。删掉这个 gem,再删掉 app/assets/application.js 里面关于 turoblinks 那行,这个操作是无害的,布局和 js 效果没了要找其他原因,看看 js 控制台有没有错误。
#2 楼 @gechentuo 那么在能看完文档前先删掉 https://github.com/rails/turbolinks
用了 Turbolink 吗?
https://github.com/muan/scribble/blob/master/Rakefile
desc "compile and run the site"
task :default do
pids = [
spawn("jekyll server -w"),
spawn("scss --watch _assets:stylesheets"),
spawn("coffee -b -w -o javascripts -c _assets/*.coffee")
]
trap "INT" do
Process.kill "INT", *pids
exit 1
end
loop do
sleep 1
end
end
scss --watch input-dir:output-dir
coffee -w -c input-dir/*.coffee -o output-dir
我一向觉得文字效率高,raiscast 订阅了也只是看文字。
https://github.com/inossidabile/wash_out
搜了一下这个可以用来做 server