add simtip, remove css hint
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user