fuck activeadmin

This commit is contained in:
HisShadow 2023-03-07 20:13:06 +03:00
parent c31f02aa4c
commit 29fd00515c
3 changed files with 1 additions and 20 deletions

View File

@ -1 +0,0 @@
#= require active_admin/base

View File

@ -1,17 +0,0 @@
// SASS variable overrides must be declared before loading up Active Admin's styles.
//
// To view the variables that Active Admin provides, take a look at
// `app/assets/stylesheets/active_admin/mixins/_variables.css.scss` in the
// Active Admin source.
//
// For example, to change the sidebar width:
// $sidebar-width: 242px;
// Active Admin's got SASS!
@import "active_admin/mixins";
@import "active_admin/base";
// Overriding any non-variable SASS must be done after the fact.
// For example, to change the default status-tag color:
//
// .status_tag { background: #6090DB; }

View File

@ -56,7 +56,6 @@ module Rosa
# Enable the asset pipeline # Enable the asset pipeline
config.assets.enabled = true config.assets.enabled = true
config.assets.initialize_on_precompile = false # http://bit.ly/u7pQKz config.assets.initialize_on_precompile = false # http://bit.ly/u7pQKz
config.assets.precompile += %w(active_admin.js active_admin.css)
# Version of your assets, change this if you want to expire all your assets # Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0' config.assets.version = '1.0'
@ -68,4 +67,4 @@ module Rosa
config.angular_templates.ignore_prefix = 'angularjs/templates/' config.angular_templates.ignore_prefix = 'angularjs/templates/'
end end
end end