motion_require 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ module MotionRequire
|
|
4
4
|
class DependencyBuilder
|
5
5
|
def self.build(app, load_paths = ['app', 'vendor'])
|
6
6
|
builder = new(app, load_paths)
|
7
|
-
app.files_dependencies(builder.dependencies)
|
8
7
|
app.files = [File.join(File.dirname(__FILE__), 'require.rb')] + builder.file_list
|
8
|
+
app.files_dependencies(builder.dependencies)
|
9
9
|
end
|
10
10
|
|
11
11
|
def initialize(app, load_paths)
|