revived the styles

This commit is contained in:
Torsten Ruger
2015-08-20 02:14:33 +02:00
parent bb5caa9bf1
commit e7e85b8d73
6 changed files with 141 additions and 1 deletions

View File

@ -1,5 +1,7 @@
require 'bundler'
Bundler.require
require 'tilt/erb'
require_relative "lib/parse_task"
require "opal"
@ -20,7 +22,10 @@ end
run DebugServer.new { |s|
s.main = 'debugger'
s.append_path 'lib'
s.append_path 'assets'
# s.source_map = true
s.debug = false
s.index_path = "index.html.erb"
s.sprockets.cache = Sprockets::Cache::MemoryStore.new(5000)
}