Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Adding common assets for offline strategies recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
delapuente committed Sep 19, 2016
1 parent 7ebd7e6 commit 1e0920a
Show file tree
Hide file tree
Showing 53 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions _recipe_template/README.md
Expand Up @@ -16,12 +16,12 @@
## Compatibility
Tests have been run in:

-
-
-
-
-
-

## Solution
(Add details here)

## Category
(General Usage|Beyond Offline|Performance|Offline|Web Push)
(General Usage|Beyond Offline|Performance|Offline|Web Push|Caching strategies)
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -18,7 +18,7 @@ var fsWriteFile = promisify(fs.writeFile);
var fsReadFile = promisify(fs.readFile);

var ignore = ['!./dist', '!./dist', '!./dist/**', '!./node_modules', '!./node_modules/**'];
var recipeSlugs = glob.sync('./!(dist|node_modules|src|_recipe_template)/').map(function toBase(dir) {
var recipeSlugs = glob.sync('./!(dist|node_modules|src|_recipe_template|imgs)/').map(function toBase(dir) {
return path.basename(dir);
});
var srcRecipes = recipeSlugs.map(function makePath(name) {
Expand Down
Binary file added imgs/random/picture-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-12.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-15.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-17.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-18.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-19.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-20.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-21.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-22.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-23.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-25.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-26.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-27.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-28.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-29.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-31.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/random/picture-32.png
Binary file added imgs/random/picture-33.png
Binary file added imgs/random/picture-34.png
Binary file added imgs/random/picture-35.png
Binary file added imgs/random/picture-36.png
Binary file added imgs/random/picture-37.png
Binary file added imgs/random/picture-38.png
Binary file added imgs/random/picture-39.png
Binary file added imgs/random/picture-4.png
Binary file added imgs/random/picture-40.png
Binary file added imgs/random/picture-41.png
Binary file added imgs/random/picture-42.png
Binary file added imgs/random/picture-43.png
Binary file added imgs/random/picture-44.png
Binary file added imgs/random/picture-45.png
Binary file added imgs/random/picture-46.png
Binary file added imgs/random/picture-47.png
Binary file added imgs/random/picture-48.png
Binary file added imgs/random/picture-49.png
Binary file added imgs/random/picture-5.png
Binary file added imgs/random/picture-50.png
Binary file added imgs/random/picture-6.png
Binary file added imgs/random/picture-7.png
Binary file added imgs/random/picture-8.png
Binary file added imgs/random/picture-9.png
5 changes: 3 additions & 2 deletions parseRecipes.js
Expand Up @@ -10,11 +10,12 @@ var difficulties = {
};

var categories = module.exports.categories = [
{ title: 'Caching strategies', slug: 'caching-strategies' },
{ title: 'Web Push', slug: 'web-push' },
{ title: 'General Usage', slug: 'general-usage' },
{ title: 'Offline', slug: 'offline' },
{ title: 'Beyond Offline', slug: 'beyond-offline' },
{ title: 'Performance', slug: 'performance' },
{ title: 'Web Push', slug: 'web-push' }
{ title: 'Performance', slug: 'performance' }
];

var categoryOrder = categories.map(function(category) {
Expand Down

0 comments on commit 1e0920a

Please sign in to comment.