Utilizing templates in Compass
Templates in Compass allow you to create boilerplate pieces of code that help streamline your software development process. These templates become components in Compass and can be reused as appropriate throughout your software stack. If your team is repeatedly having to create similar code or configurations, templates can really help your team be more efficient. Your team’s code quality can also improve through the use of templates as you’ll always have a solid foundation to get started with. These templates that you’ll learn how to create don’t have to be components; they can be any useful pieces of code that your team depends on frequently.
How to do it…
The first step in utilizing templates is to connect Compass with Bitbucket. Refer to the Integrating Compass with Bitbucket Cloud recipe if you have not already connected Bitbucket with Compass.
Once your repository is connected with Compass, it’s time...