Updated December 23rd, 2013: These lists were gathered from a Windows 7 virtual machine on a MacBook Pro.
- js
- flexbox
- canvas
- canvastext
| /** | |
| * Default Grunt File | |
| * @version 0.1.0 | |
| * @description Concatinates sass and outputs production and dev, lints the production CSS, smushes images | |
| */ | |
| module.exports = function(grunt) { | |
| grunt.initConfig({ |
| // swap the keybindings for paste and paste_and_indent | |
| { "keys": ["super+v"], "command": "paste_and_indent" }, | |
| { "keys": ["super+shift+v"], "command": "paste" } |