From c2fa3354a0bc7d80c3d35606eab6264feffca9c3 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 15 Jan 2018 23:52:30 -0600 Subject: [PATCH] rm empty assets --- app/assets/javascripts/countries.coffee | 3 --- app/assets/javascripts/customization.coffee | 3 --- app/assets/javascripts/landmarks.coffee | 3 --- app/assets/javascripts/towns.coffee | 3 --- app/assets/stylesheets/countries.scss | 3 --- app/assets/stylesheets/customization.scss | 3 --- app/assets/stylesheets/landmarks.scss | 3 --- app/assets/stylesheets/towns.scss | 3 --- 8 files changed, 24 deletions(-) delete mode 100644 app/assets/javascripts/countries.coffee delete mode 100644 app/assets/javascripts/customization.coffee delete mode 100644 app/assets/javascripts/landmarks.coffee delete mode 100644 app/assets/javascripts/towns.coffee delete mode 100644 app/assets/stylesheets/countries.scss delete mode 100644 app/assets/stylesheets/customization.scss delete mode 100644 app/assets/stylesheets/landmarks.scss delete mode 100644 app/assets/stylesheets/towns.scss diff --git a/app/assets/javascripts/countries.coffee b/app/assets/javascripts/countries.coffee deleted file mode 100644 index 24f83d18..00000000 --- a/app/assets/javascripts/countries.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/customization.coffee b/app/assets/javascripts/customization.coffee deleted file mode 100644 index 24f83d18..00000000 --- a/app/assets/javascripts/customization.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/landmarks.coffee b/app/assets/javascripts/landmarks.coffee deleted file mode 100644 index 24f83d18..00000000 --- a/app/assets/javascripts/landmarks.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/towns.coffee b/app/assets/javascripts/towns.coffee deleted file mode 100644 index 24f83d18..00000000 --- a/app/assets/javascripts/towns.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/stylesheets/countries.scss b/app/assets/stylesheets/countries.scss deleted file mode 100644 index 40b680b2..00000000 --- a/app/assets/stylesheets/countries.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Countries controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/customization.scss b/app/assets/stylesheets/customization.scss deleted file mode 100644 index 45b97e4f..00000000 --- a/app/assets/stylesheets/customization.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Customization controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/landmarks.scss b/app/assets/stylesheets/landmarks.scss deleted file mode 100644 index 72ba26a5..00000000 --- a/app/assets/stylesheets/landmarks.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Landmarks controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/towns.scss b/app/assets/stylesheets/towns.scss deleted file mode 100644 index 1498c6af..00000000 --- a/app/assets/stylesheets/towns.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Towns controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/