remove volt

This commit is contained in:
Torsten Ruger
2015-07-21 20:25:57 +03:00
parent 5c2f423f58
commit bd882b7d2e
20 changed files with 0 additions and 801 deletions

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.