Browse Source

small update to build common to make sure that the js modules directory gets copied over to the build. May need to find a cleaner way

Shaddock Heath 10 years ago
parent
commit
465ad0463c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/Scripts/BuildCommon.js

+ 2 - 0
Build/Scripts/BuildCommon.js

@@ -88,6 +88,8 @@ namespace('build', function() {
             console.log("\n\nLint: Typescript linting complete.\n\n");
             console.log("\n\nLint: Typescript linting complete.\n\n");
             jake.exec(cmds, function() {
             jake.exec(cmds, function() {
 
 
+                // copy 3rd party module folder to the destination.  This needs to be more thought out though..maybe another place to store this?
+               jake.cpR("./Script/AtomicEditor/modules","./Artifacts/Build/Resources/EditorData/AtomicEditor/EditorScripts/AtomicEditor");
                complete();
                complete();
 
 
             }, {
             }, {