Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit e08ab9c

Browse files
committed
Ignoring urls 🚀
1 parent c495e1f commit e08ab9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_drafts/2020-08-10-webpack-workbox-service-worker-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Create a service worker with Workbox, Webpack and TypeScript"
4-
description: "Recently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of google library to improve the creation of a Progressive Web App. Let's see how easy it is to create a PWA with this tools."
4+
description: "Recently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of Google libraries to improve the creation of a Progressive Web App. Let's see how easy it is to create a PWA with this tools."
55
date: 2020-08-10
66
image: /assets/images/posts/xxx
77
tags: [web development, javascript, pwa]
@@ -12,7 +12,7 @@ seo:
1212
authors: [fabrizio_duroni]
1313
---
1414

15-
*Recently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of google library to improve the creation of a Progressive Web App. Let's see how easy it is to create a PWA with this tools.*
15+
*Recently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of Google libraries to improve the creation of a Progressive Web App. Let's see how easy it is to create a PWA with this tools.*
1616

1717
---
1818

_scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bundle exec htmlproofer --check-html \
99
--check-opengraph \
1010
--enforce-https \
1111
--assume-extension \
12-
--url-ignore "https://www.volagratis.com/,https://www.rumbo.es/,http://www.ivl.disco.unimib.it,http://www.power-sure.com/lumens.htm,http://fuckingclosuresyntax.com,http://devernay.free.fr/cours/opengl/materials.html,http://id3.org/,http://id3.org/d3v2.3.0,http://reactivex.io/,http://codingdojo.org/WhatIsCodingDojo/,http://xip.io/,http://codingdojo.org/kata/Minesweeper/,http://id3.org/Implementations,https://developer.android.com/studio/intro/keyboard-shortcuts.html,https://developer.android.com/studio/publish/app-signing#generate-key,https://developer.android.com/studio/publish/upload-bundle,https://www.googletagmanager.com/" \
12+
--url-ignore "https://www.volagratis.com/,https://www.rumbo.es/,http://www.ivl.disco.unimib.it,http://www.power-sure.com/lumens.htm,http://fuckingclosuresyntax.com,http://devernay.free.fr/cours/opengl/materials.html,http://id3.org/,http://id3.org/d3v2.3.0,http://reactivex.io/,http://codingdojo.org/WhatIsCodingDojo/,http://xip.io/,http://codingdojo.org/kata/Minesweeper/,http://id3.org/Implementations,https://developer.android.com/studio/intro/keyboard-shortcuts.html,https://developer.android.com/studio/publish/app-signing#generate-key,https://developer.android.com/studio/publish/upload-bundle,https://www.googletagmanager.com/,https://careers.lastminute.com/,https://freepbr.com" \
1313
--http-status-ignore "999" \
1414
--typhoeus-config "{\"followlocation\": true}" \
1515
./_site

0 commit comments

Comments
 (0)