Skip to content

Commit

Permalink
Move camera into device for core loading
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jul 4, 2012
1 parent eb0139b commit da81465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/bubble-wrap/camera.rb

This file was deleted.

3 changes: 2 additions & 1 deletion lib/bubble-wrap/core.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'bubble-wrap/loader'
BubbleWrap.require('motion/core.rb')
BubbleWrap.require('motion/core/**/*.rb') do
BubbleWrap.require('motion/core/**/*.rb') do
file('motion/core/device/camera.rb').depends_on 'motion/core/device.rb'
file('motion/core/device/screen.rb').depends_on 'motion/core/device.rb'
file('motion/core/pollute.rb').depends_on 'motion/core/ns_index_path.rb'
end
Expand Down
File renamed without changes.

0 comments on commit da81465

Please sign in to comment.