文件名称:sinatra-bootstrap:一个简单的Sinatra起点
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-21 17:47:15
Ruby
Sinatra靴子 一个简单的Sinatra起点 Sinatra Bootstrap支持: Sinatra Bootstrap的目的是什么? 我创建Sinatra Bootstrap是为了使Sinatra项目具有一致的起点。 我喜欢在每个项目中都可以使用Haml,Sass和Compass,同样,jQuery也可以应用到每个产品中。 还包括许多有用的耙任务。 我该如何开始? bundle install 如何启动应用程序? 通过运行以下命令启动应用程序: rake s 这个rake命令为您在后台运行bundle exec shotgun config.ru ,并在Sinatra的默认端口9393上启动该应用程序,现在将可以在您的Web浏览器中通过以下URL 查看该应用程序。 您还需要在同一个目录中打开一个新的终端窗口,并运行compass watch以监视Sass文件中的更改。 辅
【文件预览】:
sinatra-bootstrap-master
----public()
--------images()
--------stylesheets()
--------javascripts()
----config.ru(75B)
----views()
--------layout.haml(511B)
--------index.haml(32B)
----Gemfile(124B)
----stylesheets()
--------application.scss(256B)
----config.rb(966B)
----helpers()
--------render_partial.rb(134B)
----tasks()
--------styles.rake(562B)
--------application.rake(60B)
--------generate.rake(572B)
----Rakefile(116B)
----Gemfile.lock(533B)
----.gitignore(40B)
----app.rb(252B)
----readme.md(3KB)