소스 검색

package.sh: Handle missing HTML files

Danilo Bargen 6 년 전
부모
커밋
a46f9a844a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dist/package.sh

+ 1 - 1
dist/package.sh

@@ -43,7 +43,7 @@ cp -R troubleshoot/* $DIR/troubleshoot/
 cp -R src/partials/*.html $DIR/partials/
 cp -R src/partials/messenger.receiver/*.html $DIR/partials/messenger.receiver/
 cp -R src/directives/*.html $DIR/directives/
-cp -R src/components/*.html $DIR/components/
+cp -R src/components/*.html $DIR/components/ 2>/dev/null || :
 
 echo "+ Copy dependencies..."
 targets=(