Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 527516 - codeEdit: Build non-minified javascript plugin for debug…
… purpose - added non minified ternWorkerCore
  • Loading branch information
libingw committed Nov 21, 2017
1 parent 50250c4 commit 253b529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releng/org.eclipse.orion.client.releng/builder/orion.mini.xml
Expand Up @@ -315,6 +315,9 @@
<widgetOptimizeFile out="${out}/codeEdit/javascript/plugins/ternWorkerCore.js"
buildfile="${staging}/embeddedTernWorker.build.js"
optimize="uglify2" />
<widgetOptimizeFile out="${out}/codeEdit/javascript/plugins/ternWorkerCore-non-minified.js"
buildfile="${staging}/embeddedTernWorker.build.js"
optimize="none" />
<widgetOptimizeFile out="${out}/codeEdit/others/plugins/languages/json/jsonPlugin.js"
buildfile="${staging}/embeddedJsonPlugin.build.js"
optimize="uglify2" />
Expand Down

0 comments on commit 253b529

Please sign in to comment.