Brendan Forster

Results 633 comments of Brendan Forster

After install, the bootstrapper finds any file - in the build output - ending in `.exe` and starts them. There's also `IAppSetup` components if you want to run C# scripts...

@andrewtobin is this still happening with the latest build: http://ci.code52.org/viewLog.html?buildId=1072&buildTypeId=bt25&tab=artifacts

![](http://media.giphy.com/media/HaC3m9r4JFjPi/giphy.gif) Nice work and writeup @vikingcode!

> I suspect most, if not all, file operations will need to be rejiggered because of paths. That wouldn't surprise me either :cry:

I'd look at https://www.nuget.org/packages/libsassnet - seems a reasonable standalone solution.

_internet high five for @darrenkopp goes here_

{% for post in site.categories.foo %} {{post.content}} {% endfor %} Have this working locally, will test with a real site tonight and confirm

@JakeGinnivan I'm not 100% clear on how this will work - as pretzel runs in the background, watching a folder, how will the user see this? Feels like a discussion...

Thoughts off the top of my head: - project template for VS to define the structure - install-package Pretzel.Razor to reference the necessary assembly (same code as in pretzel, just...