I have an hexo.io application where I'm rendering a lot of html from markdown files.
I need to embed an emberjs application into the static html generated files.
Test 1.
Results
Uncaught Error: Could not read config from meta tag with name "spa/config/environment".
Test 2.
meta name="spa/config/environment" content="%7B%22modul..."
This is the config enfironment.js url encoded
Results
DEBUG: -------------------------------
vendor.js:15751 DEBUG: Ember : 1.11.1
vendor.js:15751 DEBUG: Ember Data : 1.0.0-beta.16.1
vendor.js:15751 DEBUG: jQuery : 1.11.3
vendor.js:15751 DEBUG: -------------------------------
(program):66 Ember Inspector Active
Uncaught UnrecognizedURLError: /stati-file.html
Now I'm stuck on: