Pipeline to Minify Javascript

tomgallagher101 June 5, 2019

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

1 answer

0 votes
Raul Gomis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 6, 2019

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

Matthew Amundson June 21, 2019

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events