This is a starting point for all frontend builds at Artworking. This repository serves to standardise and document our frontend development process somewhat. We figured other developers may get a kick out of seeing how we do things and decided to make it public.
For now, just grab a copy of the latest version (zip) – in the future, we’ll be creating releases instead.
Spotted a bug? Want to add a new feature? Don’t fix it just on the project you’re working on.
- Raise an issue.
- Clone a copy of this repository, fix and test thoroughly.
- Commit and push your changes to GitHub, and close the issue.
Please start at the coding guidelines introduction.
Please do not commit this readme file or the doc/
directory to your projects.
- Added the stretch object.
- Added the ratio object.
- Removed Modernizr by default (it’s still in
js/vendor/
if needed) and replaced it with HTML5 Shiv and a small inline script to change theno-js
class on thehtml
element tojs
(if you decide to use Modernizr, remove these other two bits of code).