+ + + + Compiler settings +
++ You can set all the compiler settings from Tools -> Options. They include: +
+-
+
- Compile on save +
- Compile on build +
- Custom output directory +
diff --git a/Website/Views/_HomeLayout.cshtml b/Website/Views/_HomeLayout.cshtml index a4dc54e..df67fca 100644 --- a/Website/Views/_HomeLayout.cshtml +++ b/Website/Views/_HomeLayout.cshtml @@ -1,186 +1,187 @@ -@{ - if (!Request.IsLocal) - { - Response.Cache.SetValidUntilExpires(true); - Response.Cache.SetExpires(DateTime.Now.AddDays(1)); - Response.Cache.SetCacheability(HttpCacheability.Public); - - string file = Server.MapPath(Request.CurrentExecutionFilePath); - Response.AddFileDependency(file); - Response.Cache.SetLastModifiedFromFileDependencies(); - } - - string title = Page.Title.Contains("Web Essentials") ? Page.Title : Page.Title + " - Web Essentials"; -} - - -
-Web Essentials extends Visual Studio with a lot of new features that web developers have been missing for many years.
-If you ever write CSS, HTML, JavaScript, TypeScript, CoffeeScript or LESS, then you will find many useful features that make your life as a developer easier.
-This is for all Web developers using Visual Studio.
-Web Essentials extends Visual Studio with a lot of new features that web developers have been missing for many years.
+If you ever write CSS, HTML, JavaScript, TypeScript, CoffeeScript or LESS, then you will find many useful features that make your life as a developer easier.
+This is for all Web developers using Visual Studio.
+Handlebars provides the power necessary to let you build semantic templates effectively with no frustration.
++ You can set all the compiler settings from Tools -> Options. They include: +
++ Web Essentials uses NodeJS to run the compiler, which means handlebars templates compile quickly, accurately, and to the latest version. +
+