martindevans / LCARS

A framework for LCARS style sites
MIT License
4 stars 3 forks source link

Typescript build process failing #29

Closed martindevans closed 9 years ago

martindevans commented 9 years ago

@datkinson encountered problems with the TS build process failing (something about it attempting to overwrite a file?).

datkinson commented 9 years ago

Its fine if you only use the js folder or only use the typings, not both. they conflict if they have the same name

martindevans commented 9 years ago

So having:

causes some kind of conflict? :S

datkinson commented 9 years ago

I had src/js/utility.js and typings/utility.ts

both tried to write to the same file

martindevans commented 9 years ago

Ah, that makes sense, but it's a misuse of the system (which is fair enough since I've told you nothing about it at all!). Here's some pointers: