Vincent Mac

Results 11 comments of Vincent Mac

This is exactly what i'm looking for. @asilvadesigns any bandwidth for this PR? My eyes would thank you! Typescript is still pretty busy looking in nord as it is right...

I don't know if that will be possible. The Jade compiler requires Node. I'm not too familiar with Rhino.

I just tried your changes and think I figured out what you are doing and why you are receiving this error. When you are using `r.js` to build your project,...

I'm going to have to take a closer look at this. One thing that concerns me are the updates you made directly to the Jade compiler and runtime. I would...

I finally got an opportunity to minify my source for a project. I did not run into any problems in the process. I'm using `yeoman`, which in turn uses `grunt`,...

It would be nice to have, but at this point I don't think it works. I haven't tried it out, so I cannot verify that. Can you do template inheritance...

Yes. Inheritance works wonderfully on the server side. I've kept my frontend templates pretty simple so far. I wondered about inheritance too, but ended up using backbone to control smaller...

A little follow up on this. If I set the `browserify-shim`s in my `package.json` file, browserify will correctly exclude my vendor files from the bundle. I've updated my `package.json` file...