aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorMisko Hevery2012-02-09 11:12:39 -0800
committerMisko Hevery2012-02-21 22:45:58 -0800
commit292a5dae072ecd4edf3f01def71dd83b88dfe2d4 (patch)
tree1b41bb3b9a5ddb616b6899276eb02c290df7c0f0 /Rakefile
parent6e635012fb30905e5fe659a024864e275f1c14b5 (diff)
downloadangular.js-292a5dae072ecd4edf3f01def71dd83b88dfe2d4.tar.bz2
chore(slim-jim) add configuration
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index fdbd573b..a1c3a6ba 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@ require 'yaml'
include FileUtils
content = File.open('angularFiles.js', 'r') {|f| f.read }
-files = eval(content.gsub(/angularFiles = /, '').gsub(/:/, '=>'));
+files = eval(content.gsub(/\};(\s|\S)*/, '}').gsub(/angularFiles = /, '').gsub(/:/, '=>'));
BUILD_DIR = 'build'