mirror of
https://github.com/lloeki/sprockets-umodule.git
synced 2025-12-06 10:34:41 +01:00
Initial, working version
This commit is contained in:
commit
e9a75766fd
12 changed files with 196 additions and 0 deletions
15
lib/sprockets/umodule.rb
Normal file
15
lib/sprockets/umodule.rb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
require 'sprockets/umodule/version'
|
||||
require 'sprockets/umodule/wrapper'
|
||||
require 'sprockets/engines'
|
||||
|
||||
module Sprockets
|
||||
module Umodule
|
||||
class << self
|
||||
attr_accessor :options
|
||||
end
|
||||
|
||||
@options = {}
|
||||
end
|
||||
|
||||
register_engine '.umodule', Umodule::Wrapper
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue