fuck activeadmin
This commit is contained in:
parent
c31f02aa4c
commit
29fd00515c
|
@ -1 +0,0 @@
|
||||||
#= require active_admin/base
|
|
|
@ -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; }
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue