Michael Russell

Results 73 comments of Michael Russell

1.8 stable has released https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#including-js-files-with---allowjs

It'd be cool to see things like js/css/svg/html/txt files supported. I can help setup a small test project if needed. js/css/svg would be nice for inlining those into produced HTML,...

The part where I said > FWIW: I can help provide a small test project if needed. Was, if You ( @chris-scheurle ) didn't have time to provided one... seems...

I believe this was introduced in the bump to TypeScript 1.6

Here's a dropbox link https://www.dropbox.com/s/bg3rngzoqan3dbv/codekit_typescript.zip?dl=0 I'm running: OSX 10.10.5 CodeKit 2.5.1 I left all the TS stuff as default and just added a couple of example files and ran the...

:+1: Would kind of solve the boilerplate request in #484 :+1: Would also allow static assets to become available within hosted project. I've worked on doing some hooks to pull...

I'm trying to keep up with doing small posts like the above. Any ideas you/anyone have and I'll try to get something going. This isn't my claim at knowing bash...

@theskillwithin something like the following should work `cp ${CK_OUTPUT_PATHS//:/ } path/to/dir` The script is executed in context of the directory CodeKit finds its config file (or so it appears) so...

So far, since working with the very latest `build 18911` I'm no longer experiencing this issue via some quick tests. I'm going to do more experimenting tonight on generating a...

The false warning appears to only happen when I've screwed up my bash script and it has errors. As for the saving, I think all is saving well now.