module Embork::Borkfile::Attributes

Attributes

asset_paths[R]
backend[R]
compressor[R]
es6_transform[R]
frameworks[R]
helpers[R]
html[R]
phrender_index_file[R]
phrender_javascript_paths[R]
phrender_raw_javascript[R]
project_root[R]
sprockets_engines[R]
sprockets_postprocessors[R]
sprockets_preprocessors[R]

Public Instance Methods

es6_namespace(namespace = nil) click to toggle source
# File lib/embork/borkfile.rb, line 27
def es6_namespace(namespace = nil)
  @es6_namespace = namespace || @es6_namespace
end