Replaced Web Essentials with Gulp for Orchard.Layouts.

Starting with VS2015, Web Essentials will no longer perform tasks such as bundling, minification and LESS compilation. Developers are expected to use either Grunt or Gulp for front-end build automation. In order to enable working with the codebase in VS2015 going forward, this change is therefore necessary.
This commit is contained in:
Daniel Stolt
2015-06-09 14:09:03 +03:00
parent 711948fd64
commit d86a5ec8c5
77 changed files with 33328 additions and 4092 deletions

1
.gitignore vendored
View File

@@ -184,6 +184,7 @@ src/TestResults/*
src/Orchard.Web/Properties/PublishProfiles
src/Orchard.Azure/Orchard.Azure.CloudService/Staging/
src/Orchard.Web/Modules/Orchard.Azure.MediaServices/node_modules
src/Orchard.Web/Modules/Orchard.Layouts/node_modules
#enable all /lib artifacts
!lib/*/*.*