Skip to content

Commit

Permalink
Major refactoring of the batch actions UI code. More to come.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed May 3, 2012
1 parent 6cbe3a1 commit 1538d08
Show file tree
Hide file tree
Showing 26 changed files with 497 additions and 462 deletions.
8 changes: 0 additions & 8 deletions Guardfile
Expand Up @@ -5,11 +5,3 @@ guard 'rspec', :all_on_start => false, :version => 2 do
watch(%r{^lib/active_admin/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec/" }
end

guard 'coffeescript', :output => 'spec/javascripts/compiled', :all_on_start => true do
watch(%r{spec/javascripts/coffeescripts/(.*)\.coffee})
end

guard 'sprockets', :destination => "app/assets/javascripts/active_admin/", :asset_paths => ['app/assets/javascripts/active_admin/coffeescripts/'] do
watch(%r{^app/assets/javascripts/active_admin/coffeescripts/.+$})
end
292 changes: 0 additions & 292 deletions app/assets/javascripts/active_admin/application.js

This file was deleted.

5 changes: 4 additions & 1 deletion app/assets/javascripts/active_admin/base.js
@@ -1,5 +1,8 @@
//= require jquery
//= require jquery-ui
//= require jquery_ujs
//= require active_admin/application

//= require_tree ./lib/
//= require_tree ./components/
//= require_tree ./pages/
//= require_directory ./

This file was deleted.

This file was deleted.

0 comments on commit 1538d08

Please sign in to comment.