Remove auto-reload delay, see if we can do without it now

According to a comment now deleted, we had auto reload delay 300ms for race
conditions, mainly onCompile tweaking source map file sourceMappingURL values.
That only happens in production now, though, so let's try removing it for development.

Original comment added: 5104f0a1e7
Michael deleted it :( 6d7864c415
This commit is contained in:
Scott Erickson 2015-10-23 10:46:27 -07:00
parent 6cc21c9c2a
commit fad9d0a757
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,8 @@ module.exports = class CommunityView extends RootView
afterRender: ->
super()
ajdfas()
@$el.find('.contribute-classes a').each ->
characterClass = $(@).attr('href').split('/')[2]
title = $.i18n.t("classes.#{characterClass}_title")

View file

@ -179,8 +179,6 @@ exports.config =
framework: 'backbone'
plugins:
autoReload:
delay: 300
coffeelint:
pattern: /^app\/.*\.coffee$/
# pattern: /^dne/ # use this pattern instead if you want to speed compilation