Sha256: 9f2e301f47539f37a70e77d44274c5d0541ad7855a614fea8919491dc212976f

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

# This is the core template
append_file "#{@project}/lib/#{@project}.js" do
<<-JS

(function() {
  
  var #{@project} = function() {
    alert('hello world');
  };
  
})();
JS
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootcamp-0.1.4 lib/bootcamp/manifest/core.rb