Skip to content

Commit

Permalink
Fix server implementation and header offset
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Aug 25, 2016
1 parent 24ff1da commit e4c514b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -29,6 +29,7 @@ namespace :template do
task :server do
require 'ecrire/commands/server'
Dir.chdir 'lib/ecrire/theme/template'
ENV[Ecrire::SECRET_ENVIRONMENT_KEY] = {onboarding: false}.to_json
Rails.env = ENV['RAILS_ENV'] = 'development'
Ecrire::Commands::Server.new(Port: 3000).run!
end
Expand Down

0 comments on commit e4c514b

Please sign in to comment.