also deploy converter files
This commit is contained in:
parent
8b1455169e
commit
cb21aafcb5
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ rm -rf "${destination}"/.??* || die "Failed to clean destination directory (step
|
|||
|
||||
cp -a index.html package.json systemjs.config.js "${destination}" || die "Failed to copy resources to dest/"
|
||||
|
||||
mkdir -p "${destination}/app" || die "Failed to create dest/app directory"
|
||||
mkdir -p "${destination}/app/converter" || die "Failed to create dest/app/converter directory"
|
||||
cp -a app/*.css app/*.html app/*.js app/*.js.map "${destination}/app" || die "Failed to copy resources to dest/app"
|
||||
cp -a app/converter/*.js app/converter/*.js.map "${destination}/app/converter" || die "Failed to copy resources to dest/app/converter"
|
||||
|
||||
mkdir -p "${destination}/node_modules/@angular" || die "Failed to create dest/node_modules/@angular"
|
||||
cp -a node_modules/@angular/* "${destination}/node_modules/@angular/" || die "Failed to copy @angular"
|
||||
|
|
Loading…
Reference in a new issue