diff --git a/app/assets/config/scim_rails_manifest.js b/app/assets/config/scim_rails_manifest.js deleted file mode 100644 index 630a494..0000000 --- a/app/assets/config/scim_rails_manifest.js +++ /dev/null @@ -1,2 +0,0 @@ -//= link_directory ../javascripts/scim_rails .js -//= link_directory ../stylesheets/scim_rails .css diff --git a/app/assets/images/scim_rails/.keep b/app/assets/images/scim_rails/.keep deleted file mode 100644 index e69de29..0000000 --- a/app/assets/images/scim_rails/.keep +++ /dev/null diff --git a/app/assets/javascripts/scim_rails/application.js b/app/assets/javascripts/scim_rails/application.js deleted file mode 100644 index e54c646..0000000 --- a/app/assets/javascripts/scim_rails/application.js +++ /dev/null @@ -1,13 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. JavaScript code in this file should be added after the last require_* statement. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require_tree . diff --git a/app/assets/stylesheets/scim_rails/application.css b/app/assets/stylesheets/scim_rails/application.css deleted file mode 100644 index 0ebd7fe..0000000 --- a/app/assets/stylesheets/scim_rails/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS - * files in this directory. Styles in this file should be added after the last require_* statement. - * It is generally better to create a new file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/app/views/layouts/scim_rails/application.html.erb b/app/views/layouts/scim_rails/application.html.erb deleted file mode 100644 index d38f13d..0000000 --- a/app/views/layouts/scim_rails/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Scim rails - <%= stylesheet_link_tag "scim_rails/application", media: "all" %> - <%= javascript_include_tag "scim_rails/application" %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - -- libgit2 0.21.0