I hereby claim:
- I am weotch on github.
- I am weotch (https://keybase.io/weotch) on keybase.
- I have a public key ASBCgb1U160YrEag6TP5xlzUDbEKOP4x29GeJ8qPiZumZwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### | |
| Generate customized Decoy assets | |
| ### | |
| # Deps | |
| ExtractText = require 'extract-text-webpack-plugin' | |
| autoprefixer = require 'autoprefixer' | |
| webpack = require 'webpack' | |
| # Autoprefixer config |
| yarn add babel-loader babel-core babel-preset-es2015 --dev |
| # Install Bash 4 using homebrew | |
| brew install bash | |
| # Add the new shell to the list of legit shells | |
| sudo bash -c "echo /usr/local/bin/bash >> /private/etc/shells" | |
| # Change the shell for the user | |
| chsh -s /usr/local/bin/bash | |
| # Restart terminal.app (new window works too) |
| <?php | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Database\Migrations\Migration; | |
| class CreateHistoriesTable extends Migration { | |
| /** | |
| * Run the migrations. | |
| * |
| num = 6 | |
| lyrics = while num -= 1 | |
| "#{num} little monkeys, jumping on the bed. | |
| One fell out and bumped his head." |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Jade</title> | |
| </head> | |
| <body> | |
| <h1>Jade - node template engine</h1> | |
| <div id="container" class="col"> | |
| <p>You are amazing</p> | |
| <p> |
| .nav { | |
| background: #ff0000; | |
| } | |
| .nav a { | |
| color: #fff; | |
| -webkit-transition: color 300ms; | |
| -moz-transition: color 300ms; | |
| -ms-transition: color 300ms; | |
| transition: color 300ms; | |
| } |