prismatic-io / spectral

Prismatic's typescript library for custom components
https://prismatic.io/docs/spectral/custom-component-library
35 stars 2 forks source link

Only include the EJS (Embedded JavaScript) templates in the 'build:template' script to prevent unnecessary file copies. #208

Closed jasoncomes closed 3 months ago

jasoncomes commented 3 months ago

This means that you should only include the EJS template files in the 'build:template' script during the build process. This will help prevent the unnecessary copying of files that are not needed for the final build, which can help optimize the build process and reduce the size of the final output.