samples/Hai/Rakefile in teacup-1.3.2 vs samples/Hai/Rakefile in teacup-1.3.3

- old
+ new

@@ -7,7 +7,6 @@ Motion::Project::App.setup do |app| app.name = 'Hai' app.identifier = 'com.rubymotion.Hai' app.device_family = :iphone - app.files += Dir.glob(File.join(app.project_dir, 'styles/**/*.rb')) end