.editorconfig

Written by vloo

Categories: Backend, frontend, Standardization, Uncategorized

Editorconfig is a tiny file, usually located in the root of a given project, that tells your IDE/text editor what indentation settings to use for the project. This ensures consistent code across all our work, so we don’t look like wild freelancers. For the .editorconfig file to work, you need an extension/plugin for your text editor […]

Read more

Custom themes

Written by vloo

Categories: frontend, Standardization, Uncategorized

In the case that we need to create a custom theme, following a design, we’re using the FoundationPress theme, based on the Foundation Framework. The theme uses nodejs + gulp for compiling/building assets and bower for package management. Refer to the FoundationPress documentation for info on how to set it up, or take a look at the readme […]

Read more