Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

all text stripped out of screen in dist mode. #154

Closed
shane-tomlinson opened this issue Dec 16, 2013 · 2 comments
Closed

all text stripped out of screen in dist mode. #154

shane-tomlinson opened this issue Dec 16, 2013 · 2 comments

Comments

@shane-tomlinson
Copy link

STR

  1. grunt server:dist
  2. Load up http://localhost:3030/ :(

This occurs even when running a modified version of #151 that eliminates the JS errors. The problem appears to be Hogan is attempting to translate empty strings.

In base.js

    translate: function() {
      return function(text) {
        return translator.get(text);
      };
    },

text is always ""

@nchapman
Copy link
Contributor

I believe it's related to this: twitter/hogan.js#75. Looking into possible solutions...

@shane-tomlinson
Copy link
Author

Fixed with PR-177. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants