summaryrefslogtreecommitdiff
path: root/support/build
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-16 14:18:50 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-16 14:18:50 -0800
commit54411fce2879fa2aeef7ec07268b46ec8354b120 (patch)
treeefcf591659361e597c332f2af91b91fd57556bf3 /support/build
parent943dbed7ae5d407e30108ab29e7873d6c159b7ae (diff)
downloadasync-54411fce2879fa2aeef7ec07268b46ec8354b120.tar.gz
move build/async.js to build/dist/async.js
Diffstat (limited to 'support/build')
-rw-r--r--support/build/aggregate-bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/build/aggregate-bundle.js b/support/build/aggregate-bundle.js
index 6312d44..482bfcd 100644
--- a/support/build/aggregate-bundle.js
+++ b/support/build/aggregate-bundle.js
@@ -3,7 +3,7 @@ import aggregateBuild from './aggregate-build';
aggregateBuild({
es6: true,
outpath:'build/build-modules-es6',
- outfile: 'build/async.js',
+ outfile: 'build/dist/async.js',
format: 'umd',
lodashRename: true
});