Use rake instead of directly invoking path_to_enlightenment.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
watch( '.*\.rb' ) do
|
||||
system("ruby path_to_enlightenment.rb")
|
||||
system 'rake'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user