bin/mad_chatter in mad_chatter-0.1.3 vs bin/mad_chatter in mad_chatter-0.2.0
- old
+ new
@@ -13,14 +13,13 @@
desc "new [name]", "Generates a new Mad Chatter chatroom application"
def new(name)
copy_file "templates/config.yml", "#{name}/config.yml"
copy_file "templates/extensions.rb", "#{name}/extensions.rb"
- empty_directory "#{name}/extensions"
+ # empty_directory "#{name}/extensions"
copy_file "templates/web/index.html", "#{name}/web/index.html"
copy_file "templates/web/javascript.js", "#{name}/web/javascript.js"
- copy_file "templates/web/stylesheets/reset.css", "#{name}/web/stylesheets/reset.css"
- copy_file "templates/web/stylesheets/styles.css", "#{name}/web/stylesheets/styles.css"
+ copy_file "templates/web/styles.css", "#{name}/web/styles.css"
end
desc 'preview', 'Starts both a web server and the Mad Chatter chat server'
def preview
t1 = Thread.new { require 'mad_chatter/web_server' }
\ No newline at end of file