Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Remove jasmine config hack
Browse files Browse the repository at this point in the history
  • Loading branch information
6 committed Feb 18, 2013
1 parent dd21053 commit 2bdba48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Expand Up @@ -3,12 +3,6 @@ require 'sinatra/activerecord/rake'
require 'colored'
unless ENV['RACK_ENV'] == 'production'
require 'jasmine'
# custom config directory hack
Jasmine::Config.class_eval do
def simple_config_file
File.join(project_root, 'config/jasmine.yml')
end
end
load 'jasmine/tasks/jasmine.rake'
end
require './lib/sprockets_environment_builder'
Expand Down
File renamed without changes.

0 comments on commit 2bdba48

Please sign in to comment.