Sha256: 041da9f5da8fca4c6271d40b7e82da2ae1856ae14bfd7aeccceff36244312c87

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

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

(function() {
  // Does anyone know how to write a Midori plugin?
  alert('Hello World');
  
})();
JS
end

Version data entries

1 entries across 1 versions & 1 rubygems

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