29 30 31 32
# File 'lib/creact/file_handlers.rb', line 29 def delete_dirs FileUtils.rm_rf 'views' FileUtils.rm_rf 'js' end