ZenphotoCMS Forum
Modern frontend stack to develop themes - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Modern frontend stack to develop themes (/thread-11553.html)



Modern frontend stack to develop themes - fmontes - 27-12-2013

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.