diff --git a/.banner b/.banner new file mode 100644 index 000000000..fae1698d2 --- /dev/null +++ b/.banner @@ -0,0 +1,3 @@ +{#- + This file was automatically generated - do not edit +-#} diff --git a/.modernizr-autorc b/.modernizr-autorc deleted file mode 100644 index 8b2b140bf..000000000 --- a/.modernizr-autorc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "options": [ - "addTest", - "setClasses" - ], - "files": { - "src": ["src/assets/**/*.{js,scss}"] - }, - "feature-detects": [], - "runOnce": true -} diff --git a/Makefile b/Makefile index 3306a6fde..4ea3df7a6 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ material/%.html: src/%.html | $$(@D)/. --remove-comments \ --remove-script-type-attributes \ --remove-style-link-type-attributes \ - $< | awk 'NF' > $@ + $< | awk 'NF' | cat .banner - > $@ # Python files material/%.py: src/%.py diff --git a/material/404.html b/material/404.html index 52beb3b8b..49c7d1648 100644 --- a/material/404.html +++ b/material/404.html @@ -1,3 +1,6 @@ +{#- + This file was automatically generated - do not edit +-#} {% extends "base.html" %} {% block content %}

404 - Not found

diff --git a/material/base.html b/material/base.html index 106cbbfd6..4155d7313 100644 --- a/material/base.html +++ b/material/base.html @@ -1,3 +1,6 @@ +{#- + This file was automatically generated - do not edit +-#} {% import "partials/language.html" as lang with context %} {% set feature = config.theme.feature %} {% set palette = config.theme.palette %} diff --git a/material/main.html b/material/main.html index 94d9808cc..094a197b0 100644 --- a/material/main.html +++ b/material/main.html @@ -1 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} {% extends "base.html" %} diff --git a/material/partials/footer.html b/material/partials/footer.html index b21767220..e14d93c7b 100644 --- a/material/partials/footer.html +++ b/material/partials/footer.html @@ -1,3 +1,6 @@ +{#- + This file was automatically generated - do not edit +-#} {% import "partials/language.html" as lang with context %}