문제

I am ref to https://github.com/xtk/X/wiki/X:DevelopersHeadsUp I tried Running XTK during development. I did the following steps 1) Fork XTK on Github to get the latest sources http://github.com/XTK/X 2) Clone it to your hard drive

But i couldn't find the xtk-deps.js file in the folder.

When i try

./build.py -d

Its complaining that "The command line is too long" and not generating xtk-deps.js file. Can some one help me where i went wrong ?

도움이 되었습니까?

해결책

Yep, the error comes from the python script builds via a shell command line which is too long for the Windows prompt. The best is using Linux or Mac, or we can give you one and then you'll have to edit it manualy when you add/remove classes but it's not the easiest !

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top