Modern frontend stack to develop themes

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-dev

So 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.
Sign In or Register to comment.