mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
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:
parent
6cc21c9c2a
commit
fad9d0a757
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue