diff --git a/app/assets/javascripts/active_admin.js.coffee b/app/assets/javascripts/active_admin.js.coffee deleted file mode 100644 index 3752dcef6..000000000 --- a/app/assets/javascripts/active_admin.js.coffee +++ /dev/null @@ -1 +0,0 @@ -#= require active_admin/base diff --git a/app/assets/stylesheets/active_admin.scss b/app/assets/stylesheets/active_admin.scss deleted file mode 100644 index 90ba1d475..000000000 --- a/app/assets/stylesheets/active_admin.scss +++ /dev/null @@ -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; } diff --git a/config/application.rb b/config/application.rb index 5a2c80a29..748aeb648 100644 --- a/config/application.rb +++ b/config/application.rb @@ -56,7 +56,6 @@ module Rosa # Enable the asset pipeline config.assets.enabled = true 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 config.assets.version = '1.0' @@ -68,4 +67,4 @@ module Rosa config.angular_templates.ignore_prefix = 'angularjs/templates/' end -end \ No newline at end of file +end