You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any information about the build process of this solution (extensions, configurations, plugins required, etc...). I can't make it work in any way.
The text was updated successfully, but these errors were encountered:
It previously required Visual Studio 2013 with the WebEssentials and TypeScript addons. I have just merged a pull to update it to build on Visual Studio 2015. From VS2015 forward the WebEssentials addon has been split into two different addons, so now you need to have the Bundler & Minifier extension, and possibly WebEssentials. You might also need WebCompiler; I can't remember if VS can compile .less files without it.
The project also references System.Web.WebPages which I don't think you get with the default .NET installation. If you don't already have it available you will need to install Web Pages 2.
Is there any information about the build process of this solution (extensions, configurations, plugins required, etc...). I can't make it work in any way.
The text was updated successfully, but these errors were encountered: