-
Notifications
You must be signed in to change notification settings - Fork 199
Clean up build process to separate compiled content from raw content #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@basarat, I think this makes it much easier to work on the code. I have a few things I need to add before I can use this in the office. After this I intend to attempt to rectify the 600+ ms startup time, and depricated api usage. |
|
Glad I didn't do a push. I'll merge and then commit my stuff ❤️ |
Clean up build process to separate compiled content from raw content
did it really help? I didn't see atom picking it up when I tried : #123 |
|
@park9140 also, we are building with atomts instead of
|
Nobody will know if the documentation is not kept up to date :) https://github.com/TypeStrong/atom-typescript/blob/master/CONTRIBUTING.md#building |
|
@csnover on it |
…uring normal workflow refs #156 (comment)
|
@park9140 if sourcemaps indeed don't work for you as well delete them from the repo, grunt file,tsconfig. Or give me the go ahead ❤️ |
|
@basarat, will do, I popped my debugger up and thought I was seeing them, but I'll take another look, maybe I had some weird setting, I played with adding direct typescript support before and may have enabled something that made them work. |


Removing node modules as it is bad practice to include this in a repository.
Moving compiled content to 'dist' directory for better separation while developing.
Including map files to make debugging simpler.
Update out of date libraries.