Skip to content

Commit

Permalink
Allow running the pristine app during development.
Browse files Browse the repository at this point in the history
The Gemfile will be overwritten during actual app creation.
  • Loading branch information
lazyatom committed Apr 28, 2011
1 parent c71bbf6 commit c6ea7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,4 +6,5 @@ pkg
rdoc
pristine_app/tmp
pristine_app/log
pristine_app/Gemfile.lock
test/soup
3 changes: 3 additions & 0 deletions pristine_app/Gemfile
@@ -0,0 +1,3 @@
source :rubygems

gem 'vanilla', :path => File.expand_path("../..", __FILE__)

0 comments on commit c6ea7c4

Please sign in to comment.