electron-angular-toolkit icon indicating copy to clipboard operation
electron-angular-toolkit copied to clipboard

ignore files copied to bundle from electron dir

Open Kaffiend opened this issue 9 years ago • 3 comments

support glob pattern for ignored files in the build process?

Swapped electron to typescript, would be nice to ignore .ts files or any other files users dont want output to build dir

Kaffiend avatar Apr 18 '17 19:04 Kaffiend

Actually there shouldn't be any .ts files inside your output directory, can you provide me an example?

Cedware avatar Apr 23 '17 15:04 Cedware

Yeah, ill throw one together. I switched the electron main and other parts for the main process over to typescript and added a build script.

On Apr 23, 2017 11:22 AM, "Cedware" [email protected] wrote:

Actually there shouldn't be any .ts files inside your output directory, can you provide me an example?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Cedware/electron-angular-toolkit/issues/10#issuecomment-296450648, or mute the thread https://github.com/notifications/unsubscribe-auth/AHdrNZZDooMttsNFNOZbAHMwcxBLkGTeks5ry2ydgaJpZM4NAzJE .

Kaffiend avatar Apr 23 '17 15:04 Kaffiend

here is an example https://github.com/Kaffiend/electron-ts-example

Kaffiend avatar Apr 23 '17 15:04 Kaffiend