diff --git a/build/build.rb b/build/build.rb
index c223bc8e..21ed7682 100644
--- a/build/build.rb
+++ b/build/build.rb
@@ -44,11 +44,13 @@
print "Loading floorspace.js API script from: #{src_path + '/api.js'}\n\n"
api_scripts = File.open(src_path + '/api.js') {|file| file.read}
-lodash = File.open('./node_modules/lodash/lodash.js') {|file| file.read}
+lodash = File.open('./node_modules/lodash/lodash.min.js') {|file| file.read}
# the newline after #{scripts} is important, removing it causes everything after #{scripts} to be interpreted as a comment
embeddable_html = base_html + "
-
+