Is there a tool for automating my project workflow to manage the folder structure below on Mac?
- During the build process, use project.js but deploy only project.min.js
- Use project.less during the build process, but deploy only project.min.css
Or do I need to manually adjust paths and minify files?