4 Commits

Author SHA1 Message Date
George Kalpakas
3f88de9407 build: move build scripts to dedicated directory ()
This commit moves the build-related scripts
(`build-ivy-npm-packages.js`, `build-packages-dist.js` and
`package-builder.js`) to a dedicated directory to keep the `scripts/`
directory cleaner.

It also moves the logic for building the `zone.js` package to a separate
script, `zone-js-builder.js`, to make it re-usable. A subsequent commit
will use it to build the `zone.js` package when building the Ivy Angular
packages as well.

PR Close 
2020-03-04 08:35:26 -08:00
George Kalpakas
7eb3e3bce6 build: fix build scripts on macOS ()
In , `scripts/package-builds.sh` (which is used by both
`build-packages-dist.sh` and `build-ivy-npm-packages.sh`) was updated to
use `realpath`. It turns out that `realpath` does not exist on macOS, so
the build scripts do not work there.

In order to fix this (and also reduce the likelihood of introducing
similar issues in the future), this commit changes these bash scripts to
Node.js scripts (using [ShellJS](https://github.com/shelljs/shelljs) for
a cross-platform implementation of Unix shell commands where necessary).

PR Close 
2019-11-15 16:05:00 -08:00
Pete Bacon Darwin
9a55eaf10d test: make cli-hello-world-ivy-minimal/debug-test.sh executable ()
PR Close 
2019-08-30 12:53:26 -07:00
Filipe Silva
df3cea41de build: add cli-hello-world-ivy-minimal test with renderComponent ()
PR Close 
2019-02-07 12:36:51 -08:00