Move sources order to Ruby, which is where it's used.
This commit is contained in:
32
tasks/jasmine_dev/sources.rb
Normal file
32
tasks/jasmine_dev/sources.rb
Normal file
@@ -0,0 +1,32 @@
|
||||
class JasmineDev < Thor
|
||||
JASMINE_SOURCES = {
|
||||
:core => [
|
||||
"base.js",
|
||||
"util.js",
|
||||
"Env.js",
|
||||
"Reporter.js",
|
||||
"Block.js",
|
||||
"JsApiReporter.js",
|
||||
"Matchers.js",
|
||||
"mock-timeout.js",
|
||||
"MultiReporter.js",
|
||||
"NestedResults.js",
|
||||
"PrettyPrinter.js",
|
||||
"Queue.js",
|
||||
"Runner.js",
|
||||
"Spec.js",
|
||||
"Suite.js",
|
||||
"WaitsBlock.js",
|
||||
"WaitsForBlock.js"
|
||||
],
|
||||
|
||||
:html => [
|
||||
"HtmlReporterHelpers.js",
|
||||
"HtmlReporter.js",
|
||||
"ReporterView.js",
|
||||
"SpecView.js",
|
||||
"SuiteView.js",
|
||||
"TrivialReporter.js"
|
||||
]
|
||||
}
|
||||
end
|
||||
Reference in New Issue
Block a user