add events to precompile
This commit is contained in:
parent
745ed8c914
commit
2ea0e4760b
|
|
@ -13,7 +13,6 @@ ActiveAdmin.register JamRuby::LiveStream, :as => 'LiveStream' do
|
|||
record.slug = 'please-do-this-sort-of-thing'
|
||||
record.starts_at = 10.days.from_now.midnight
|
||||
record.ends_at = 11.days.from_now.midnight
|
||||
record.img_width = 200
|
||||
record.event_type = 'eventbrite'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
@import "events/constants";
|
||||
@import "client/common.scss";
|
||||
|
||||
|
||||
#rt-e617b4394e0e49e1c234c63161bb2e15 {
|
||||
width:38%;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
#body-content #rt-e617b4394e0e49e1c234c63161bb2e15 {
|
||||
position:static;
|
||||
width:100%;
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ if defined?(Bundler)
|
|||
config.assets.precompile += %w( minimal/minimal.js minimal/minimal.css )
|
||||
config.assets.precompile += %w( modern/modern.js modern/modern.css )
|
||||
config.assets.precompile += %w( basic/basic.js basic/basic.css )
|
||||
config.assets.precompile += %w( events/events.js events/events.scss )
|
||||
|
||||
# where is rabbitmq?
|
||||
config.rabbitmq_host = "127.0.0.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue