Sha256: 79042b6b184f1d4cea2df1121f122fab96ce4ce3eaca67cd4b083dc1d21897c9

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

desc 'compile into js'
task :default do
  sh 'bundle exec opal -c -g ovto app.rb > app.js'
end

desc 'start auto-compiling'
task :watch do
  sh 'ifchanged app.rb -d "bundle exec rake"'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ovto-0.7.0 examples/static/Rakefile
ovto-0.6.2 examples/static/Rakefile
ovto-0.6.1 examples/static/Rakefile
ovto-0.6.0 examples/static/Rakefile
ovto-0.6.0.rc1 examples/static/Rakefile
ovto-0.5.0 examples/static/Rakefile
ovto-0.4.1 examples/static/Rakefile
ovto-0.4.0 examples/static/Rakefile