Skip to content

Introducing partial dist bundles #740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 22, 2016
Prev Previous commit
Next Next commit
tasks: fix typo in bundle error msg
  • Loading branch information
etpinard committed Jul 21, 2016
commit dcb1229b038ab0468c39f4ea143593fb1730f08c
2 changes: 1 addition & 1 deletion tasks/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ try {
}
catch(e) {
throw new Error([
'build/ is missing a or more files',
'build/ is missing one or more files',
'Please run `npm run preprocess` first'
].join('\n'));
}
Expand Down