From 8552011af91ec098a92c7a285fc3169f3da4ff95 Mon Sep 17 00:00:00 2001 From: Jaymes Waters Date: Wed, 11 Jul 2012 09:20:14 -0500 Subject: [PATCH] Use preserve_paths in tune_up js --- tuneup_js/0.0.1/tuneup_js.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuneup_js/0.0.1/tuneup_js.podspec b/tuneup_js/0.0.1/tuneup_js.podspec index cbb628fa..adeb7d92 100644 --- a/tuneup_js/0.0.1/tuneup_js.podspec +++ b/tuneup_js/0.0.1/tuneup_js.podspec @@ -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