better multiline tooltip code

This commit is contained in:
Torsten Ruger
2015-08-09 12:57:32 +03:00
parent 0926f1f85f
commit 8ed2a03ea9
5 changed files with 33 additions and 23 deletions

View File

@ -2,13 +2,8 @@
# 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
#hint_path = Bundler.definition.specs["simptip"].first.full_gem_path
#ENV["SASS_PATH"] = ENV["SASS_PATH"] + File::PATH_SEPARATOR + hint_path
Volt.configure do |config|
# Setup your global app config here.