From 4e2ed96392845fa4df73cce42de12512bcdd7791 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 22 Aug 2016 09:36:48 -0700 Subject: [PATCH] Adding README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..b5f4761d04 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +ASP.NET Core MVC Precompilation +=== + +Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation) + +The Razor syntax provides a fast, terse, clean, and lightweight way to combine server code with HTML to create dynamic web content. This repo contains tooling that allows compilation of MVC Razor views as part of build and publish. + +This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.