Skip to content

Commit

Permalink
Remove assets precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Jul 29, 2022
1 parent 0eec0b3 commit ab67080
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,6 @@
script_src: ['https://ajax.googleapis.com']
)

if Rails.env.production?
config.assets.precompile += %w{
stylesheets/page/buttons.scss
stylesheets/page/footer.scss
stylesheets/page/forms.scss
stylesheets/page/header.scss
stylesheets/page/list.scss
stylesheets/page/menu.scss
stylesheets/page/modal.scss
stylesheets/page/page.scss
stylesheets/page/post.scss
stylesheets/page/search.scss
stylesheets/page/topic.scss
stylesheets/page/user.scss
stylesheets/page/utils.scss
stylesheets/page/variables.scss
}
end

after_initialize do
%w[
../lib/landing_pages/engine.rb
Expand Down

0 comments on commit ab67080

Please sign in to comment.