Skip to content

Instantly share code, notes, and snippets.

@Rohansi
Created August 9, 2015 22:43
Show Gist options
  • Save Rohansi/102e509337ac73da70b9 to your computer and use it in GitHub Desktop.
Save Rohansi/102e509337ac73da70b9 to your computer and use it in GitHub Desktop.
Pipelines.Add("Less",
ReadFiles("*.less"),
Less(),
WriteFiles(".css")
);
html {
background-image: url('bg.jpg');
}
html {
background-image: url('E:\Desktop\WyamTest\Inputbg.jpg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment