From 2a8a4342e07d6b873da5c32a5f3946c13e60a9c0 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Thu, 15 Nov 2012 11:20:36 -0800 Subject: [PATCH] Added newlines concat script to fix compiling issues. --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 65e82953f..f07d3e502 100644 --- a/Rakefile +++ b/Rakefile @@ -74,8 +74,8 @@ namespace :build do combined << File.read("src/#{item}") end - combined << File.read("tech/html5/html5.js") - combined << File.read("tech/flash/flash.js") + combined << "\n" << File.read("tech/html5/html5.js") + combined << "\n" << File.read("tech/flash/flash.js") # combined << File.read("flash/swfobject.js") combined << File.read("src/setup.js")