Create a build script to concatenate and (optionaly) minify the files in the lib directory.

This commit is contained in:
Antoine Proulx
2012-03-05 20:59:41 -05:00
parent 2a1acc3477
commit ac802613a8
7 changed files with 100 additions and 2 deletions

17
Gemfile.lock Normal file
View File

@@ -0,0 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
execjs (1.3.0)
multi_json (~> 1.0)
multi_json (1.1.0)
rake (0.9.2.2)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
PLATFORMS
ruby
DEPENDENCIES
rake
uglifier