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 clean = require('gulp-clean'); | |
var jshint = require('gulp-jshint'); | |
var concat = require('gulp-concat'); | |
var uglify = require('gulp-uglify'); | |
var imagemin = require('gulp-imagemin'); | |
var bases = { | |
app: 'app/', |
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 r = { //first i will show an example where i just store the value of the recipe key, because there were no other keys in the example you sent me | |
"publisher": "All Recipes", | |
"f2f_url": "http://food2fork.com/view/521", | |
"ingredients": [ | |
"For Cupcakes:", | |
"1 (18.25 ounce) package white cake mix with pudding", | |
"1/3 cup vegetable oil", | |
"3 egg whites", | |
"1 1/4 cups water", | |
"6 ounces bittersweet chocolate, chopped fine", |