Class: Everywhere::Framework::Hanami
Instance Method Summary
collapse
#boot!, #cleanup_command, #precompile_env, #prepare_runtime_env
Instance Method Details
#dev_command ⇒ Object
198
|
# File 'lib/everywhere/framework.rb', line 198
def dev_command = "bundle exec hanami dev"
|
#env_exports ⇒ Object
202
|
# File 'lib/everywhere/framework.rb', line 202
def env_exports = { "HANAMI_ENV" => "production", "RACK_ENV" => "production" }
|
#name ⇒ Object
196
|
# File 'lib/everywhere/framework.rb', line 196
def name = "hanami"
|
#precompile_command ⇒ Object
200
|
# File 'lib/everywhere/framework.rb', line 200
def precompile_command = "bundle exec hanami assets compile"
|