Posts Tagged ‘repta’

Repta Project Released

I have a website that has certain JavaScript code snippets, such as Google Analytics, that need to be present only in the production environment and not the development environment. I needed an easy way to keep this separation, regardless of framework or lack of one. I wrote the repta tool to perform a global search and replace of a “tag” across all the project files as one of the steps during the deployment of the website. Check out the project page.