Hi guys,
I start to working in a new theme for a site I own and Im creating a modern workflow for it usign grunt and bower:
https://github.com/fmontes/zenphoto-theme-devSo far I got Grunt for
-- Compile Compass
-- jshint: a tool that helps to detect errors and potential problems in your JavaScript code
-- Minify PNG, JPEG and GIF images
-- And finally copy the files to a final theme folder.
Still a work in progress, any recomendations will be welcome.