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

4
Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source :rubygems
gem 'rake'
gem 'uglifier'