提交 001fe515 编写于 作者: J Jacob Schatz

Make unminified Raven available.

Use the correct sentry dsn.
上级 5f98fdcd
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#= require_tree . #= require_tree .
#= require fuzzaldrin-plus #= require fuzzaldrin-plus
#= require cropper #= require cropper
#= require raven
window.slugify = (text) -> window.slugify = (text) ->
text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase() text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase()
...@@ -297,4 +298,4 @@ $ -> ...@@ -297,4 +298,4 @@ $ ->
new Aside() new Aside()
if gon.sentry_dsn? if gon.sentry_dsn?
Raven.config('your public dsn').install() Raven.config(gon.sentry_dsn).install()
\ No newline at end of file \ No newline at end of file
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册