Minor changes

This commit is contained in:
vladfaust
2015-10-20 20:23:14 +03:00
parent fd2607548b
commit 963441b126
3 changed files with 3 additions and 3 deletions

View File

@@ -19,4 +19,4 @@ gem 'sass'
gem 'haml' gem 'haml'
gem 'coffee-script' gem 'coffee-script'
gem 'middleman-deploy', '~> 1.0' gem 'middleman-deploy'

View File

@@ -150,7 +150,7 @@ DEPENDENCIES
haml haml
jquery-middleman jquery-middleman
middleman (~> 3.4.0) middleman (~> 3.4.0)
middleman-deploy (~> 1.0) middleman-deploy
middleman-livereload (~> 3.1.0) middleman-livereload (~> 3.1.0)
sass sass
tzinfo-data tzinfo-data

View File

@@ -72,7 +72,7 @@ configure :build do
end end
activate :deploy do |deploy| activate :deploy do |deploy|
deploy.deploy_method = :git deploy.method = :git
# Optional Settings # Optional Settings
# deploy.remote = 'custom-remote' # remote name or git url, default: origin # deploy.remote = 'custom-remote' # remote name or git url, default: origin
deploy.branch = 'master' # default: gh-pages deploy.branch = 'master' # default: gh-pages