소스 검색

Copy `security.txt` to dist folder when building

Nariman Jelveh 1 년 전
부모
커밋
ede374ad95
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      utils.js

+ 6 - 2
utils.js

@@ -158,8 +158,12 @@ async function build(options){
     );
 
     const copy_these = [
-        'images', 'favicons',
-        'browserconfig.xml', 'manifest.json', 'favicon.ico',
+        'images', 
+        'favicons',
+        'browserconfig.xml', 
+        'manifest.json', 
+        'favicon.ico',
+        'security.txt',
     ];
 
     const recursive_copy = (src, dest) => {