Orchard/lib
Daniel Stolt e4a012a4fb Removed TypeScript build tasks from Orchard.proj.
Reasons:
- The world is standardizing more and more on using Node.js with Gulp/Grunt for this kind of thing.
- It's becoming more and more adopted also in the Orchard community, along with increased use in core modules.
- This MSBuild target was added to ensure command-line build support, but Node.js with Gulp/Grunt is arguably even more command-line friendly.
- All the compiled JavaScript output is already added to source control anyway, so it's not needed to do TypeScript compilation to build or package Orchard.
- The MSBuild target only applies to TypeScript, and not to LESS, so it's not a complete solution anyway.
- Build servers now have full support for executing Gulp/Grunt tasks. VSTS Build has it, TeamCity has it, etc. No need to do this on the MSBuild level.
2016-02-14 19:04:27 +01:00
..
msbuildtasks Including msbuild tasks in lib 2016-01-14 12:04:45 -08:00
msdeploy Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
nhibernate.linq Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
nuget Restoging nuget packages as part as the build script 2016-01-13 18:07:18 -08:00
nunit Restoring nunit console runner 2016-01-13 18:08:21 -08:00
slowcheetah Adding missing SlowCheetah assembly 2016-01-14 14:57:24 -08:00
sqlce Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00
wcat Converting all files stored as CRLF in git to be stored as LF 2015-12-13 22:21:02 +01:00