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

- old
+ new

@@ -7,7 +7,7 @@ Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'AutoLayout' #include styles - app.files += Dir.glob(File.join(app.project_dir, 'styles/**/*.rb')) + app.files += Dir.glob(File.join(app.project_dir, 'lib/**/*.rb')) end