From 54411fce2879fa2aeef7ec07268b46ec8354b120 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Tue, 16 Feb 2016 14:18:50 -0800 Subject: move build/async.js to build/dist/async.js --- support/build/aggregate-bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/build') 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 }); -- cgit v1.2.1