Vincent Lau

Results 3 comments of Vincent Lau

我的main.js代码如下 ``` javascript define(["./textbox/avalon.textbox","./dropdown/avalon.dropdown","./dropdownlist/avalon.dropdownlist"],function(){ }); ``` built.js代码如下 ``` javascript ({ baseUrl : "../avalon-1.4.4/", name: "main", out : "../avalon-1.4.4/oniui.js", paths : { text : "../require/text", css : "../require/css", "css-builder" : "../require/css-builder",...

I do not know much about Meteor, I just change [https://github.com/skishore/makemeahanzi/blob/tool/lib/cjklib.js#L66](https://github.com/skishore/makemeahanzi/blob/tool/lib/cjklib.js#L66) to the code: ``` const filepath = Assets.absoluteFilePath(filename); ``` It runs normally, but I backward the code, it still...

``` W20180929-18:08:36.211(8)? (STDERR) [Error: Unknown asset: gb2312] I20180929-18:08:42.860(8)? Running migration... I20180929-18:08:42.864(8)? Exception while invoking method 'exportSVGs' TypeError: Cannot read property 'map' of null I20180929-18:08:42.865(8)? at server/migration.js:180:25 I20180929-18:08:42.866(8)? at runMigration (server/migration.js:233:13)...