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 %}