- 1/2 head of cauliflower
- 1/2 red onion, minced
- 5-6 Crimini mushrooms, sliced
- 4-5 cloves of garlic, peeled and coarsely minced
- handful of arugula
- 1 tbsp apple cider vinegar
- 2 tbsp Bragg's Liquid Aminos
- Cold-pressed extra virgin olive oil
- 8 oz brown rice penne pasta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'); | |
var mainBowerFiles = require('main-bower-files'); | |
var concat = require('gulp-concat'); | |
var rename = require('gulp-rename'); | |
var uglify = require('gulp-uglify'); | |
var compass = require('gulp-compass'); | |
var minify = require('gulp-minify-css'); | |
var autoprefixer = require('gulp-autoprefixer'); | |
var clean = require('gulp-clean'); | |
var browserSync = require('browser-sync'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_complete": true, | |
"auto_complete_delay": 50, | |
"auto_complete_selector": "source - comment", | |
"auto_complete_size_limit": 4194304, | |
"auto_complete_with_fields": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (( i = 0; i <= 100; i++ )); do cp file.html file_$i.html; done |
NewerOlder