‘s ok kid, I gotcha back
I promise the initial set is really most of what you’ll need to do on the command line (also called CLI) or in Git to go through the workshop.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGKSpYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKcHCBMXGyImVSRudWxs1QkKCwwNDg8QERJcTlNDb21wb25lbnRzVU5TUkdCXE5T | |
Q29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZVYkY2xhc3NPECgwLjAyNzQ1MTAw | |
NjcgMC4yMTE3NjQ3MjMxIDAuMjU4ODIzNDg0MiAxTxAoMC4wMzkzODA3NDc4MiAwLjE2 |
Task | Grunt | Gulp |
---|---|---|
lint js | 3.9s | 1.81s |
styles (sourcemaps takes forever) | 2.6s | 2.55s |
scripts | 4.92s | 2.04s |
copy | 998ms | 524ms |
unit tests (only one in grunt) | 16.5s | 944ms |
This documents outlines HTML code standards. The intent of the HTML standards is to foster cross-browser compatibility, accessibility, simplicity and maintainability.
This is a simplified example of Smarter Link Underlines built for Sass rather than Stylus. Original code example by Adam Schwartz of eager.io.
View a live example on Codepen
Short description explaining the highlevel reason for the pull request | |
## Additions | |
- List of additions made | |
- To the project | |
- Within this PR | |
## Removals |
(based on this pastebin i've found via Google, markdownified and adjusted to work with the official Yosemite release)
Yosemite's first developer preview was released right after Monday's WWDC opening keynote. For the general public, an open beta will be available to download later this summer. However, for those who want a sneak peek at the new hotness, there is a way to safely install it without risking your machine, using the free and powerful VirtualBox application from Oracle.
(LEGAL DISCLAIMER: This guide aims to explain how to create a virtual machine on a regularly purchased Apple computer, running a genuine Mac OS X operating system, for testing purposes only.)
(function () { | |
'use strict'; | |
var gulp = require('gulp'); | |
var glob = require('glob'); | |
var del = require('del'); | |
var $ = require('gulp-load-plugins')(); | |
var pkg = require('./package.json'); |