Skip to content

Commit

Permalink
initial import of project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Dayal committed Jun 4, 2011
0 parents commit 0f16fa7
Show file tree
Hide file tree
Showing 9 changed files with 225 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.bundle
db/*.qlite3
log/*.log
tmp/**/*
config/database.yml
tmp/*
doc/api
doc/app
*.swp
*.swo
*.un~
*˜
.DS_Store
schema.rb
.tags
emails/*
public/uploads/*
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

begin
require 'jasmine'
load 'jasmine/tasks/jasmine.rake'
rescue LoadError
task :jasmine do
abort "Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine"
end
end
27 changes: 27 additions & 0 deletions public/javascripts/backbone-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f16fa7

Please sign in to comment.