Sha256: 9d056d86758dd178835fc1e426e8970927b5ba86bbed81d648060e0268e1a53a
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2017-2024, by Samuel Williams. def environment(name: nil) if name ENV['UTOPIA_ENV'] = name end require File.expand_path('config/environment', context.root) end # Start the development server. def development self.environment exec('guard', '-g', 'development') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
utopia-2.25.0 | bake/utopia.rb |
utopia-2.24.4 | bake/utopia.rb |
utopia-2.24.3 | bake/utopia.rb |