getting-started:Middleman、Bourbon 和 Susy Grid 入门

时间:2024-07-26 02:14:42
【文件属性】:

文件名称:getting-started:Middleman、Bourbon 和 Susy Grid 入门

文件大小:450KB

文件格式:ZIP

更新时间:2024-07-26 02:14:42

CSS

入门指南 我使用 、 和作为新站点的基线入门框架。 安装说明 git clone -b git@github.com:procload/getting-started.git YOUR_PROJECT_NAME cd YOUR_PROJECT_NAME gem install bundler git remote add production git@heroku.com:app-name.git git remote add staging git@heroku.com:app-name-staging.git bundle exec middleman (在本地浏览器中运行)` bundle exec middleman build (生成用于在服务器上标记的构建)` 部署 我通常在开发时运行两个独立的站点:Staging 和 Production。 我在 Heroku 上


【文件预览】:
getting-started-master
----.gitignore(44B)
----config.ru(1KB)
----.bowerrc(46B)
----README.md(1KB)
----config.rb(884B)
----source()
--------fonts()
--------images()
--------javascripts()
--------stylesheets()
--------layouts()
--------index.html.erb(29B)
----Gemfile(563B)
----.bundle()
--------install.log(224KB)
----bower.json(129B)
----Rakefile(830B)
----Gemfile.lock(3KB)

网友评论