Commit 9033ef05f1efb2c2433235803b1db1cfdcd10f3e

Authored by Dan Croak
1 parent 0e07930c

trying clearance installation without views generator

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
script/create_project
@@ -104,9 +104,9 @@ run("sudo chmod 0666 log/cucumber.log") @@ -104,9 +104,9 @@ run("sudo chmod 0666 log/cucumber.log")
104 104
105 run("script/generate clearance") 105 run("script/generate clearance")
106 run("script/generate clearance_features") 106 run("script/generate clearance_features")
107 -run("script/generate clearance_views -f")  
108 -# run("git add .")  
109 -# run("git commit -m 'installed clearance'") 107 +# run("script/generate clearance_views -f")
  108 +run("git add .")
  109 +run("git commit -m 'installed clearance'")
110 110
111 run("rake db:migrate RAILS_ENV=development") 111 run("rake db:migrate RAILS_ENV=development")
112 run("rake db:migrate RAILS_ENV=test") 112 run("rake db:migrate RAILS_ENV=test")