-
Notifications
You must be signed in to change notification settings - Fork 0
/
buffalo_cauliflower.html
39 lines (39 loc) · 1.94 KB
/
buffalo_cauliflower.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Buffalo Cauliflower</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
</head>
<body>
<h1>Buffalo Cauliflower</h1>
<p>I originally discovered this recipe in a <a href="https://www.reddit.com/r/EatCheapAndHealthy/comments/2sv60r/cauliflower_buffalo_bites/">reddit thread</a>. The link to the original recipe source is in that thread and can be found <a href="http://theleancleaneatingmachine.com/2014/02/02/cauliflower-buffalo-bites/">here</a>. This makes an excellent vegetarian-friendly alternative to chicken wings and the texture is as close to perfect as it gets.</p>
<h2>Ingredients</h2>
<ul>
<li>1 head of cauliflower; chopped into bite size pieces</li>
<li>1/2 cup of brown rice flour or regular flour</li>
<li>1/2 cup of water</li>
<li>Pinch of kosher salt</li>
<li>Pinch of granulated garlic powder</li>
<li>Non-stick spray</li>
</ul>
<h2>Sauce</h2>
<ul>
<li>1 tsp. Earth Balance butter substitute or real butter; melted</li>
<li>1/2 cup <a href="https://www.franksredhot.com/Products/Original-Cayenne-Pepper-Sauce">Frank's Red Hot sauce</a></li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Preheat oven to 450°F.</li>
<li>In a small bowl, combine flour, water, garlic powder, and salt. Mix thoroughly.</li>
<li>Dip cauliflower in batter then place onto lightly greased, non-stick baking sheet.</li>
<li>Bake about 10 minutes, or until batter hardens. Flip and bake another 5 minutes.</li>
<li>Whisk hot sauce and butter in a small bowl.</li>
<li>Brush cauliflower with sauce.</li>
<li>Bake an additional 8-10 minutes or until cauliflower is crispy.</li>
</ol>
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</body>
</html>