Skip to content

Commit 4dff0ec

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 4fb4f21 + 8d15d67 commit 4dff0ec

4 files changed

Lines changed: 2 additions & 83 deletions

File tree

.htaccess

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,6 @@ AddDefaultCharset utf-8
281281
# (5)
282282
# RewriteOptions <options>
283283

284-
# Redirect "democlient.html" to the new place...
285-
Redirect permanent /democlient.html https://cppcheck.sourceforge.io/demo/
286-
287284
# Redirect "devinfo.html" to the new place...
288285
Redirect permanent /devinfo.html https://cppcheck.sourceforge.io/devinfo/
289286

make.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636
// pack.css
3737
var inCss = cat(["site/css/normalize.css",
38-
"site/css/all.css",
39-
"site/css/demo.css"]);
38+
"site/css/all.css"]);
4039

4140
var minifier = new CleanCSS({
4241
keepSpecialComments: 0,

site/css/demo.css

Lines changed: 0 additions & 77 deletions
This file was deleted.

site/css/pack.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)