I have chrome extension which has multiple content files.
example :
main.js
commont.js
logs.js
I want to generate single file of all contents files.
And generate zip file for chrome extension.
I don't need to deploy chrome extension over chrome web store, I only need zip file.
Is there any way to do this in single click or any tool to deploy chrome extension like this.
Currently I am doing this manually.