lib/generators/kryptonite/install/install_generator.rb in kryptonite-0.0.10 vs lib/generators/kryptonite/install/install_generator.rb in kryptonite-0.1.0

- old
+ new

@@ -25,11 +25,11 @@ #robots.txt puts " ** Overwrite if you haven't yet modified your robots.txt, otherwise add disallow rules for /kryptonite and /admin manually **" copy_file "public/robots.txt", "public/robots.txt" #blank stylesheets and JavaScript files - copy_file "public/kryptonite/stylesheets/custom.css", "public/kryptonite/stylesheets/custom.css" - copy_file "public/kryptonite/javascripts/custom.js", "public/kryptonite/javascripts/custom.js" + copy_file "public/kryptonite/stylesheets/custom.css", "app/assets/kryptonite/stylesheets/custom.css" + copy_file "public/kryptonite/javascripts/custom.js", "app/assets/kryptonite/javascripts/custom.js" #migrations migration_template 'db/migrate/kryptonite_create_users.rb', "db/migrate/kryptonite_create_users.rb" end end \ No newline at end of file