View gruntfile.js
/* | |
run this with one of these options: | |
"grunt" alone creates a new, completed images directory | |
"grunt clean" removes the images directory | |
"grunt responsive_images" re-processes images without removing the old ones | |
*/ | |
module.exports = function(grunt) { | |
grunt.initConfig({ |
View .git-commit-template.txt
# <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
# |<---- Using a Maximum Of 50 Characters ---->| | |
# Explain why this change is being made | |
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
# Provide links or keys to any relevant tickets, articles or other resources | |
# --- COMMIT END --- |