Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
[#18] Remove jqeuery.indextank plugin used by nonfunctional autocomplete
Browse files Browse the repository at this point in the history
* If autocomplete is ever implemented it should go through the app, not
  directly to indextank.
  • Loading branch information
Philip Hale committed Sep 1, 2013
1 parent bd5b4c1 commit c55a91d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 143 deletions.
82 changes: 0 additions & 82 deletions app/assets/javascripts/indextank/jquery.indextank.autocomplete.js

This file was deleted.

56 changes: 0 additions & 56 deletions app/assets/javascripts/indextank/jquery.indextank.ize.js

This file was deleted.

4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
config.assets.digest = true

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( home.js style.css mobile.css.scss active_admin.js active_admin.css.scss indextank/jquery.indextank.autocomplete.js )
config.assets.precompile += %w( home.js style.css mobile.css.scss active_admin.js active_admin.css.scss )

# Defaults to Rails.root.join("public/assets")
# config.assets.manifest = YOUR_PATH
Expand Down Expand Up @@ -88,4 +88,4 @@
config.action_mailer.delivery_method = :smtp

config.cache_store = :dalli_store
end
end
6 changes: 3 additions & 3 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
config.assets.digest = true

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( home.js style.css mobile.css.scss tiny_mce/* active_admin.js active_admin.css.scss indextank/jquery.indextank.autocomplete.js )
config.assets.precompile += %w( home.js style.css mobile.css.scss active_admin.js active_admin.css.scss )
config.assets.precompile << '*.js'

#config.static_cache_control = "public, max-age=2592000"
Expand Down Expand Up @@ -59,7 +59,7 @@
# config.action_controller.asset_host = "http://assets.example.com"

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( home.js style.css mobile.css.scss active_admin.js active_admin.css.scss indextank/jquery.indextank.autocomplete.js )
config.assets.precompile += %w( home.js style.css mobile.css.scss active_admin.js active_admin.css.scss )

# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
Expand Down Expand Up @@ -88,4 +88,4 @@
config.action_mailer.delivery_method = :smtp

config.cache_store = :dalli_store
end
end

0 comments on commit c55a91d

Please sign in to comment.