Skip to content

Commit

Permalink
Remove bundled jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Jun 14, 2013
1 parent 07b3a43 commit ea39a42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,562 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/emberjs/ember-dev.git
revision: d064bd6c33e87979aa5b852f8eb853c39b190e87
revision: 31e82147b572330c984b894696c86346ce0d6074
branch: master
specs:
ember-dev (0.1)
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
mime-types (1.23)
multi_json (1.7.6)
multi_json (1.7.7)
nokogiri (1.5.10)
posix-spawn (0.3.6)
rack (1.5.2)
Expand Down
5 changes: 0 additions & 5 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ require 'bundler/setup'
require 'ember/source'
require 'ember-dev'

# This is not ideal
map "/lib" do
run Rack::Directory.new('lib')
end

run EmberDev::Server.new
Loading

0 comments on commit ea39a42

Please sign in to comment.