dump dead code

some volt stuff still lying around
This commit is contained in:
Torsten Ruger 2018-04-17 16:35:32 +03:00
parent 2e3475e040
commit 7a8e308665
10 changed files with 0 additions and 52 deletions

View File

@ -1,4 +0,0 @@
# Specify which components you wish to include when
# the "home" component loads.
Opal.use_gem("rx-file")

View File

@ -1,10 +0,0 @@
# Place any code you want to run when the component is included on the client
# or server.
# To include code only on the client use:
# if RUBY_PLATFORM == 'opal'
#
# To include code only on the server, use:
# unless RUBY_PLATFORM == 'opal'
# ^^ this will not send compile in code in the conditional to the client.
# ^^ this include code required in the conditional.

View File

@ -1 +0,0 @@
Opal.use_gem "rubyx"

View File

@ -1,7 +0,0 @@
# See https://github.com/voltrb/volt#routes for more info on routes
client '/about', action: 'about'
# The main route, this should be last. It will match any params not
# previously matched.
client '/', {}

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end

View File

@ -1,5 +0,0 @@
require 'spec_helper'
describe '', type: :feature do
# Specs here
end