mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-20 10:01:45 +08:00
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. |
||
|---|---|---|
| .. | ||
| msbuildtasks | ||
| msdeploy | ||
| nhibernate.linq | ||
| nuget | ||
| nunit | ||
| slowcheetah | ||
| sqlce | ||
| wcat | ||