hash css/js assets by default
This commit is contained in:
parent
b04fa88839
commit
302fcb01bb
16 changed files with 220 additions and 116 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
|||
.swp
|
||||
.env*
|
||||
dist/
|
||||
tmp/
|
||||
build/
|
||||
node_modules/
|
||||
lhci_reports/
|
||||
exampleSite/themes/
|
||||
|
@ -10,10 +10,17 @@ exampleSite/public/
|
|||
|
||||
# auto-generated files
|
||||
layouts/partials/icons-svg-symbols.html
|
||||
static/main.*
|
||||
assets/*.css
|
||||
static/*.css
|
||||
!static/custom.css
|
||||
static/js/*.js
|
||||
static/favicon/
|
||||
static/fonts/GeekdocIcons.*
|
||||
resources/_gen/
|
||||
resources/
|
||||
exampleSite/resources/
|
||||
data/assets.json
|
||||
|
||||
|
||||
|
||||
# testing
|
||||
.lighthouseci/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue