mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 15:13:21 +08:00
Merge pull request #5735 from aignatov-bio/ai-sci-8773-migrate-to-css-bundling
Small fixes for css bundling [SCI-8773]
This commit is contained in:
commit
51f47614eb
4 changed files with 5 additions and 2 deletions
|
@ -134,6 +134,8 @@
|
|||
@import "system_notifications";
|
||||
@import "tiny_mce";
|
||||
|
||||
// Addons
|
||||
|
||||
body {
|
||||
font-family: "SN Inter", "Open Sans", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<%= stylesheet_link_tag 'bootstrap', media: 'all' %>
|
||||
<%= stylesheet_link_tag "tailwind", "data-turbo-track": "reload" %>
|
||||
<%= stylesheet_link_tag 'application', media: 'all' %>
|
||||
<%= stylesheet_link_tag 'application_pack', media: 'all' %>
|
||||
<%= stylesheet_link_tag 'application_pack_styles', media: 'all' %>
|
||||
<%= csp_meta_tag %>
|
||||
<% if ::NewRelic::Agent.instance.started? %>
|
||||
<%= ::NewRelic::Agent.browser_timing_header(controller.request.content_security_policy_nonce) %>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<%= stylesheet_link_tag 'application_pack', media: 'all' %>
|
||||
<%= javascript_include_tag 'jquery_bundle' %>
|
||||
<%= javascript_include_tag 'application' %>
|
||||
<%= javascript_include_tag 'application_pack' %>
|
||||
<%= javascript_include_tag 'application_pack_styles' %>
|
||||
|
||||
<%= favicon_link_tag "favicon.ico" %>
|
||||
<%= favicon_link_tag "favicon-16.png", type: "image/png", size: "16x16" %>
|
||||
|
|
|
@ -10,4 +10,5 @@
|
|||
--no-source-map \
|
||||
--load-path=node_modules \
|
||||
--load-path=vendor/assets/stylesheets \
|
||||
--load-path=addons \
|
||||
$@
|
||||
|
|
Loading…
Reference in a new issue