Explorar o código

Add a task note

Josh Engebretson %!s(int64=10) %!d(string=hai) anos
pai
achega
4912f81d97
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      Build/Scripts/BuildMac.js
  2. 1 0
      Build/Scripts/BuildWindows.js

+ 1 - 0
Build/Scripts/BuildMac.js

@@ -8,6 +8,7 @@ var editorAppFolder = host.artifactsRoot + "/AtomicEditor/AtomicEditor.app/";
 
 namespace('build', function() {
 
+// Builds a standalone Atomic Editor, which can be distributed out of build tree
 task('atomiceditor', {
   async: true
 }, function() {

+ 1 - 0
Build/Scripts/BuildWindows.js

@@ -8,6 +8,7 @@ var editorAppFolder = host.artifactsRoot + "AtomicEditor/";
 
 namespace('build', function() {
 
+  // Builds a standalone Atomic Editor, which can be distributed out of build tree
   task('atomiceditor', {
     async: true
   }, function() {