Sha256: 8b8bd8ad9dad8c7246774dbc6794727b0a0d6310b8c8b0ec902b8a5ceba0308d

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

# vim: set ft=ruby:
# Borkfile

keep_old_versions 5

set_project_root '.'

# Add paths:
#
#   append_asset_path 'foo/bar'

# Add sprockets pre/post processors and template engines:
#
#   register_postprocessor 'application/javascript', SomeClass
#   register_engine '.some-ext, SomeEngine

# Add frameworks. Currently only compass and bootstrap (bootstrap-sass) are
# supported. First add either to your Gemfile and bundle.
#
#   use_framework :compass
#   use_framework :bootstrap

add_sprockets_helpers do
end

# Pass in a single file or an array.
compile_html 'index.html'

es6_namespace '<%= namespace %>'

# Call anything of these things inside a `configure <environment>` block to
# make it environment specific
configure :development do
end

configure :production do
  # Enable a javascript compressor. Whichever you enable, include the
  # corresponding gem in the Gemfile.
  #
  # compress_with :closure_compiler
  # compress_with :uglify
end

# Use :static index to fall back to sprockets-built html files OR pass in
# a rack application
set_backend :static_index

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embork-0.0.12 blueprint/Borkfile
embork-0.0.11 blueprint/Borkfile
embork-0.0.10 blueprint/Borkfile
embork-0.0.9 blueprint/Borkfile
embork-0.0.8 blueprint/Borkfile
embork-0.0.7 blueprint/Borkfile