Rakefile in atome-0.5.1.4 vs Rakefile in atome-0.5.1.9
- old
+ new
@@ -17,9 +17,13 @@
FileUtils.copy_entry('vendor/assets/build/css/', 'test/test_app/build/medias/')
`gem cleanup atome;yes | gem uninstall atome ;gem build atome.gemspec;gem install atome`
`cd test/test_app;atome update;atome run guard`
end
+task :run_browser do
+ `cd test/test_app;atome run guard`
+end
+
task :test_server do
FileUtils.copy_entry('vendor/assets/build/js/', 'test/test_app/build/js/')
FileUtils.copy_entry('vendor/assets/build/css/', 'test/test_app/build/css/')
FileUtils.copy_entry('vendor/assets/build/css/', 'test/test_app/build/medias/')
`gem cleanup atome;yes | gem uninstall atome ;gem build atome.gemspec;gem install atome`