Skip to content

Commit

Permalink
Merge branch 'master' into ng5
Browse files Browse the repository at this point in the history
  • Loading branch information
czeckd authored Dec 3, 2017
2 parents 1c5165c + dcb97d8 commit e6c9056
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/mkdist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rimraf dist && mkdir dist && \
echo 'Transpiling...' && tsc -p tsconfig-esm.json && \
echo 'Rolling...' && rollup --silent -c rollup.config.js dist/index.js > dist/angular-svg-icon.bundle.js && \
echo 'Rolling...' && rollup -c rollup.config.js dist/index.js > dist/angular-svg-icon.bundle.js && \
echo 'Angularizing...' && ngc -p tsconfig-esm.json && \
echo 'Packaging...' && ts-node tools/packager.ts && \
echo 'Licensing...' && cp README.md LICENSE dist

echo 'Licensing...' && cp README.md LICENSE dist

0 comments on commit e6c9056

Please sign in to comment.