Skip to content

Commit a5ec858

Browse files
committed
chore: update URLs and remove deprecated tools
Updated several URLs across multiple files for improved accuracy and accessibility. Removed deprecated tools and non-functional links to maintain relevance and efficiency in the documentation. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <[email protected]>
1 parent 0a4efa2 commit a5ec858

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manuscript/book.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Contact +34-610859489 or [email protected] for questions and more informati
1414

1515
Follow [Frontend Dogma on Mastodon](https://mas.to/@frontenddogma) ([and other networks](https://frontenddogma.com/posts/2024/frontend-dogma-on-the-web/)).
1616

17-
[1.5.15]
17+
[1.5.16]

manuscript/production.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Accordingly, CSS routines may look like this:
159159
* Automated tests: on deployment, daily
160160
* Manual tests: on major updates, weekly
161161

162-
Manual checks can be swift—scan the output, perhaps re-formatted to be more readable. (If browser developer tools don’t suffice for an in-depth look, web-based services like [CSSTidy](https://www.tenman.info/csstidy/css_optimiser.php) allow us to “uncompress” a style sheet.)
162+
Manual checks can be swift—scan the output, perhaps re-formatted to be more readable. (If browser developer tools don’t suffice for an in-depth look, web-based services like [CSSTidy](https://www.codebeautifier.com/) allow us to “uncompress” a style sheet.)
163163

164164
Automated checks take time to be set up properly and depend on needs and priorities. Solutions include free and paid services used in conjunction with task runners or hooked up to the respective CI pipeline. A simple setup may involve making use of [Git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) to use a script like [pre-commit](https://github.com/WouterSioen/pre-commit) to validate and lint on commit. Nowadays there are more elegant options, notably [stylelint](https://stylelint.io/).
165165

manuscript/resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A few handy CSS tools, for manual and automated testing:
1515
* [CSSJanus Left-to-Right-to-Left-ifyer script](https://code.google.com/archive/p/cssjanus/), to convert CSS directionality (LTR/RTL)
1616
* [CSSLint online tool](https://web.archive.org/web/20240503225408/http://csslint.net/) and [script](https://github.com/CSSLint/csslint), to identify CSS code issues
1717
* [CSSO package](https://www.npmjs.com/package/csso), to optimize and minify CSS
18-
* [CSSTidy online tool](https://www.tenman.info/csstidy/css_optimiser.php) and [script](http://csstidy.sourceforge.net/), to reformat and optimize CSS
18+
* [CSSTidy online tool](https://www.codebeautifier.com/) and [script](http://csstidy.sourceforge.net/), to reformat and optimize CSS
1919
* [Minify online tool](https://www.minifier.org/) and [script](https://github.com/matthiasmullie/minify), to minify CSS
2020
* [Minify package](https://www.npmjs.com/package/minify), to minify CSS
2121
* [ngx-unused-css package](https://www.npmjs.com/package/ngx-unused-css), to remove unused CSS (for Angular)

0 commit comments

Comments
 (0)