9 lines
No EOL
164 B
Ruby
9 lines
No EOL
164 B
Ruby
require 'jammit'
|
|
module Jasmine
|
|
class Config
|
|
|
|
Jammit.reload!
|
|
Jammit.package!({ :config_path => Rails.root.join("config", "assets_test.yml")})
|
|
|
|
end
|
|
end |