我有一个hexo.io应用程序,我从markdown文件渲染了很多html。 我需要在静态html生成的文件中嵌入一个emberjs应用程序。
测试1。
结果
Uncaught Error: Could not read config from meta tag with name "spa/config/environment".
测试2。
meta name="spa/config/environment" content="%7B%22modul..."
这是配置enfironment.js url编码
结果
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
现在我坚持: