Adam Ralph

Results 264 comments of Adam Ralph

Ah, of course, you are correct regarding the pre-requisites. I agree that control of pre-requisite running before/after up to date check is unnecessary complexity. Yes, the idea of overrideable methods...

It is an interesting aspect to consider. It's also leaning more towards the gulp model, i.e. a task produces things for another task and the task runner itself carries the...

Sorry @eatdrinksleepcode but @aarondandy's older PR for displaying tasks went in and it also touched the help output so this will need rebasing. The changeset itself looks fine.

Interesting. A naive question: if I have A.csproj which declares B.csproj as a dependency, does MSBuild not know to build B.csproj if I tell it to build A.csproj?

This is an interesting one. I did think about splitting the scriptcs parts of Bau into a tiny assembly of their own a while back since the main body of...

At the moment we don't really have an asset which would be suitable for icon sizes. I can ask the designer to provide something but it won't be immediate. Initially,...

Maybe IDE's should be using these http://vorillaz.github.io/devicons/#/dafont

Regarding Bau having it's own logo, it's just as deserving as grunt or gulp. They are just node modules and Bau is just a scriptcs script pack.

I agree, but it seems like a huge thing to take on. Almost all current .NET dev is done in Visual Studio (99%), Xamarin Studio or Monodevelop which ultimately all...

Well spotted. The reversion actually happened a later commit - https://github.com/bau-build/bau/commit/780bb643bd8ec16aab1daa7cc3f1add31084ef3f What do you think? Trash the directory or redirect the tests? Simplest is to trash the directory.