我的环境包括Windows 10,Ext JS 6.2.0(GPL),Sencha CMD 6.5
我通过命令
创建了一个新的Ext JS应用程序sencha generate app -ext -classic MyFirstApp .
然后
sencha watch
当我在浏览器中看到该应用时,标题似乎附加了字符d
:
这是控制台输出的内容:
GET
http://localhost:1841/build/development/MyFirstApp/resources/ext-watermark/fonts/ext-watermark.woff [HTTP/1.1 404 Not Found 2ms]
downloadable font: kern: Too large subtable, table discarded (font-family: "Open Sans" style:normal weight:300 stretch:normal src index:0) source: http://localhost:1841/build/development/MyFirstApp/resources/fonts/OpenSans-Light.ttf MyFirstApp-all_2.css:6275:12
downloadable font: kern: Too large subtable, table discarded (font-family: "Open Sans" style:normal weight:normal stretch:normal src index:0) source: http://localhost:1841/build/development/MyFirstApp/resources/fonts/OpenSans-Regular.ttf MyFirstApp-all_2.css:6289:12
downloadable font: download failed (font-family: "ext-watermark" style:normal weight:normal stretch:normal src index:1): status=2147746065 source: http://localhost:1841/build/development/MyFirstApp/resources/ext-watermark/fonts/ext-watermark.woff?n6lnws MyFirstApp-all_1.css:2797:12
downloadable font: kern: Too large subtable, table discarded (font-family: "Open Sans" style:normal weight:bold stretch:normal src index:0) source: http://localhost:1841/build/development/MyFirstApp/resources/fonts/OpenSans-Bold.ttf MyFirstApp-all_2.css:6317:12
GET
http://localhost:1841/build/development/MyFirstApp/resources/ext-watermark/fonts/ext-watermark.ttf [HTTP/1.1 404 Not Found 1ms]
downloadable font: download failed (font-family: "ext-watermark" style:normal weight:normal stretch:normal src index:2): status=2147746065 source: http://localhost:1841/build/development/MyFirstApp/resources/ext-watermark/fonts/ext-watermark.ttf?n6lnws MyFirstApp-all_1.css:2797:1
有什么想法吗?
修改: 我再次安装了Sencha CMD并创建了一个新项目。现在它似乎有效,但我不知道为什么。