add simtip, remove css hint

This commit is contained in:
Torsten Ruger
2015-08-09 12:15:05 +03:00
parent abb22f524b
commit 72a2d22215
8 changed files with 39 additions and 624 deletions

View File

@ -1,6 +1,15 @@
# app.rb is used to configure your app. This code is only run on the server,
# then any config options in config.public are passed to the client as well.
hint_path = Bundler.definition.specs["simptip"].first.full_gem_path
if ENV.has_key?("SASS_PATH")
ENV["SASS_PATH"] = ENV["SASS_PATH"] + File::PATH_SEPARATOR + hint_path
else
ENV["SASS_PATH"] = hint_path
end
Volt.configure do |config|
# Setup your global app config here.

View File

@ -1,10 +1,6 @@
# Specify which components you wish to include when
# the "home" component loads.
# bootstrap css framework
Opal.use_gem("salama-reader")
Opal.use_gem("salama-object-file")
Opal.append_path "app/main/lib"
css_file "hint.css"