Skip to content

Commit

Permalink
added robots.txt to build
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte committed Mar 6, 2024
1 parent a41c51a commit 2e85959
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
"@parcel/config-default"
],
"transformers": {
"*.txt": [
"@parcel/transformer-raw"
]
}
}
15 changes: 14 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"validate:source-json": "node bin/validate-json.mjs lba1/*.json lba2/*.json",
"validate:prettier": "prettier --check .",
"build:json": "node bin/merge-json.mjs",
"build:site": "parcel build src/index.html",
"build:site": "parcel build src/index.html src/robots.txt",
"test:merged-json": "node bin/validate-json.mjs dist/lba1.json dist/lba2.json",
"prettier-write": "prettier --write ."
},
Expand All @@ -22,7 +22,8 @@
"npm-run-all": "^4.1.5",
"parcel": "^2.11.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5"
"rimraf": "^5.0.5",
"yaml": "^2.4.0"
},
"dependencies": {
"mustache": "^4.2.0"
Expand Down

0 comments on commit 2e85959

Please sign in to comment.