Bläddra i källkod

Add a task note

Josh Engebretson 10 år sedan
förälder
incheckning
4912f81d97
2 ändrade filer med 2 tillägg och 0 borttagningar
  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() {