I have a chrome extension repo.
When I push to the master branch, I want to automate the task of minifying javascript files, make some small changes to the manifest.json file and then push the result to another Bitbucket repo.
Is this task possible?
Thanks
Hey @tomgallagher101 ,
Yes, this is something you can automate using Bitbucket Pipelines. You could do it by executing a script that does the minification and changes the manifest.json file. And then, it clones the repository, creates and pushes the commit.
It would be great if you could share more details about your specific use case, so that we could help better.
Regards,
Raul
Any way to minify a javascript file using a python pipeline? I've tried to use jsmin (https://pypi.org/project/jsmin/) but not having any luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.