bigbite / build-tools

MIT License
6 stars 1 forks source link

Add support for declaring specific endpoints to be built #120

Closed con322 closed 1 week ago

con322 commented 4 months ago

Description

This PR adds the ability to define the endpoints you want to build so that if your working on a specific part of a project you can optimise performance/speed of builds for what your working on via defining the endpoints after @ symbol. For example for all projects you can use @frontend or if your working with multiple project and only want to build the frontend assets for one you can use test-plugin@frontend. Fixes #46

Change log

Code reviewer(s)

Testing

Example Individual Projects build command: build-tools build my-plugin@frontend. Example Site-wide build command: build-tools build @frontend.