-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
I've spent the last hour or two trying to compile it on Windows, so that I can play around with some features.
Here's what I learned:
- Requires TypeScript installed globally and on the PATH.
- Requires yuicompressor on the path. NPM global install with NPM's scripts on the PATH works.
- I got it working with [email protected].
- Requires 7zip's bin folder on the PATH.
- There's a bug (at least for Windows 10) in the syntax of the batch file.
- Expects Python 2.
- TypeScript 2 is too new: Enforces TS17009.
- TypeScript 1.4. is too old: Does not return 0 if there are no arguments (which the script uses to detect Typescript).
- The batch script doesn't stop if something goes wrong.
- The code doesn't properly import all names used. For example, "main.ts" doesn't import
MainLoadingType.
At the last step, I give up. I can't easily fix all of the import errors.
Metadata
Metadata
Assignees
Labels
No labels