Use preserve_paths in tune_up js

This commit is contained in:
Jaymes Waters
2012-07-11 09:20:14 -05:00
parent 351b0a1da3
commit 8552011af9
+1 -1
View File
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.platform = :ios
# s.platform = :osx # UIAutomation isn't yet on OS X
s.source_files = '*.js'
s.preserve_paths = '*.js'
end