mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 09:10:12 +01:00
5 lines
226 B
Ruby
5 lines
226 B
Ruby
|
|
# load all files
|
||
|
|
for file in ["/lib/bundle_fu.rb", "/lib/bundle_fu/js_minimizer.rb", "/lib/bundle_fu/css_url_rewriter.rb", "/lib/bundle_fu/file_list.rb"]
|
||
|
|
require File.expand_path(File.join(File.dirname(__FILE__), file))
|
||
|
|
end
|