Results 6 issues of inwoo

https://github.com/aui/art-template/blob/b87560c888da02cf7583f75dbaebf065ed9aa98b/src/compile/compiler.js#L90

enhancement

视图编辑器中修改样式生成出来后没有单位(px)。尝试输入px,但是会重置回数字。 **To Reproduce** 看截图就可以知道了。 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![image](https://user-images.githubusercontent.com/3240259/114419227-d4816d00-9be5-11eb-8348-0710d15671fa.png) **Additional context** Add any other context about the problem here.

bug

修复后继插件无法找到 来源文件路径,如:postcss-sprites

由于现在的库一加载完就获取window.innerHeight 导致了获取一个1400+的值。 问题详见:http://cure.sinaapp.com/ 现在我的解决办法是延迟如下,望修改 ``` javascript setTimeout(function() { var slipJS = document.createElement("script"); slipJS.src = "/statics/scripts/min.slip.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(slipJS, s); slipJS.onload = slipJS.onreadystatechange = function() { var slip =...

tern.py call the `startServer` ,the params `project` is ``` json {"config": {"libs": ["jquery"], "files": ["/Users/inwoo/work/FrontEnd_Git/ibary-mobile/dist/**/*.js"]}, "id": "/Users/inwoo/Library/Application Support/Sublime Text 3/Packages/User/Projects/project.sublime-project", "dir": "/Users/inwoo/Library/Application Support/Sublime Text 3/Packages/User/Projects", "files": []} ``` but the...