Refactored stylesheets and fixed font

This commit is contained in:
Priit Tark 2015-04-16 14:41:18 +03:00
parent adf321bafa
commit 11399958f5
17 changed files with 130 additions and 135 deletions

View file

@ -39,6 +39,7 @@ module Registry
# Precompile additional assets
config.assets.precompile += %w(*.svg *.eot *.woff *.ttf)
config.assets.precompile += %w(admin-manifest.css)
# Active Record used to suppresses errors raised within
# `after_rollback`/`after_commit` callbacks and only printed them to the logs.