Sha256: f49cdecf22063779708c52eb08f19b4ac3d0820cb7bff9d8125af525f0ea2bf9

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

# for all modes, set the bin to foundation (will be cherry_kit)
mode :all do
  config :simple_opal,
    
    :required => [:cherry_kit],
    :bin_file => :cherry_kit
  
  config :cherry_kit,
    
    :include_bin  => true

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opal-0.2.2 demos/apps/simple_opal/Opalfile
opal-0.2.0 demos/apps/simple_opal/Opalfile
opal-0.1.0 demos/apps/simple_opal/Opalfile