Browse Source

Add a task note

Josh Engebretson 10 years ago
parent
commit
4912f81d97
2 changed files with 2 additions and 0 deletions
  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() {
 namespace('build', function() {
 
 
+// Builds a standalone Atomic Editor, which can be distributed out of build tree
 task('atomiceditor', {
 task('atomiceditor', {
   async: true
   async: true
 }, function() {
 }, function() {

+ 1 - 0
Build/Scripts/BuildWindows.js

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