Use rake instead of directly invoking path_to_enlightenment.

This commit is contained in:
Alex Burkhart
2012-02-10 19:36:50 +00:00
parent a565ac232d
commit 6af4597b80

View File

@@ -1,3 +1,3 @@
watch( '.*\.rb' ) do
system("ruby path_to_enlightenment.rb")
system 'rake'
end