add events to precompile

This commit is contained in:
Seth Call 2020-04-19 09:39:42 -05:00
parent 745ed8c914
commit 2ea0e4760b
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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%;

View File

@ -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"