mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
95 B
Ruby
7 lines
95 B
Ruby
require 'jammit'
|
|
module Jasmine
|
|
class Config
|
|
Jammit.reload!
|
|
Jammit.package!
|
|
end
|
|
end |