Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Created April 12, 2014 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkozmic/10523774 to your computer and use it in GitHub Desktop.
Save kkozmic/10523774 to your computer and use it in GitHub Desktop.
Trivial example of an experiment to create a GulpJs inspired build system for .NET using ScriptCS
#load "sip.csx"
var sip = Sip();
var log = Sip<SipLog>();
sip.Src("/**/*.csx")
.To(log)
.To(sip.Dest("/out"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment