diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-25 17:44:58 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-26 10:16:46 +0000 |
commit | 68a8a9945d73e22d19d58f89162f46c3d175fc58 (patch) | |
tree | b8b95b2df5a358b897c0321148edbaffeca9a9c4 /config/application.rb | |
parent | b6cd58b9a67304811d8eeeddb472f39aa6b4cfb1 (diff) |
Remove jquery-ui; in a later commit we'll add it back via the gem
The intention is to stop including our own custom build of jquery-ui
but instead use the jquery-ui-rails gem, which works well with the
asset pipeline. This commit should remove all traces of the old
download of jquery-ui.
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 9ef9520b0..4fc6f83e5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -89,7 +89,6 @@ module Alaveteli # ... while these are individual files that can't easily be # grouped: config.assets.precompile += ['jquery.fancybox-1.3.4.pack.js', - 'jquery-ui-1.8.15.custom.css', 'jquery.Jcrop.css', 'excanvas.min.js', 'fonts.css', |