Sha256: 9f20e149087bc4ac173aa45f36de06cbf65c0c11388bbf7bd2d58806c7b0bff2

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

#!/usr/bin/env bundle exec ace
# encoding: utf-8

Encoding.default_internal = "utf-8"
Encoding.default_external = "utf-8"

# Setup $LOAD_PATH.
require "bundler/setup"

# Custom setup.
require "pupu/adapters/ace"
Pupu.media_prefix = "/assets"

require "helpers"

# Load the app.
Dir["app/**/*.rb"].each do |file|
  puts "~ Loading #{file}"
  load file
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ace-0.4.1 project_generator/content/boot.rb
ace-0.4 project_generator/content/boot.rb