diff options
author | Christopher Baines <mail@cbaines.net> | 2018-04-03 07:22:07 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-04-03 21:58:55 +0100 |
commit | 77219c75983d0730aad77467ee1c68b21a1bfedc (patch) | |
tree | b5fb3a22a784fdb131c8e32d3e52872c3d243fae /app/assets | |
parent | d196977deef0edc0f7596d8cd8855fe61f72f6ff (diff) | |
download | govuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar govuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar.gz |
Remove lots of unnecessary files
Using the Rails generator seems to generate quite a lot of unnecessary
files...
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/backends.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/backends/terraform_aws.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/backends/terraform_libvirt.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/setup.js | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/backends.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/backends/terraform_aws.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/backends/terraform_libvirt.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/setup.css | 4 |
8 files changed, 0 insertions, 24 deletions
diff --git a/app/assets/javascripts/backends.js b/app/assets/javascripts/backends.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_aws.js b/app/assets/javascripts/backends/terraform_aws.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends/terraform_aws.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_libvirt.js b/app/assets/javascripts/backends/terraform_libvirt.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends/terraform_libvirt.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/setup.js b/app/assets/javascripts/setup.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/setup.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/stylesheets/backends.css b/app/assets/stylesheets/backends.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/backends/terraform_aws.css b/app/assets/stylesheets/backends/terraform_aws.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends/terraform_aws.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/backends/terraform_libvirt.css b/app/assets/stylesheets/backends/terraform_libvirt.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends/terraform_libvirt.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/setup.css b/app/assets/stylesheets/setup.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/setup.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ |