Rename site-new to site
|
@ -39,10 +39,10 @@ Thumbs.db
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
|
||||||
# TODO(HiDeoo) Rename or remove later
|
# TODO(HiDeoo) Rename or remove later
|
||||||
/site-new/dist
|
/site/dist
|
||||||
# TODO(HiDeoo) This could be avoided by modifying the other node_modules ignore rule.
|
# TODO(HiDeoo) This could be avoided by modifying the other node_modules ignore rule.
|
||||||
/site-new/node_modules
|
/site/node_modules
|
||||||
# TODO(HiDeoo) Rename later
|
# TODO(HiDeoo) Rename later
|
||||||
/site-new/.astro
|
/site/.astro
|
||||||
# TODO(HiDeoo) Rename later
|
# TODO(HiDeoo) Rename later
|
||||||
/site-new/public
|
/site/public
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Prettier is only used for the webite
|
# Prettier is only used for the webite
|
||||||
|
|
||||||
# TODO(HiDeoo) rename later
|
# TODO(HiDeoo) rename later
|
||||||
site-new/.astro
|
site/.astro
|
||||||
site-new/dist
|
site/dist
|
||||||
site-new/public
|
site/public
|
||||||
site-new/src/assets
|
site/src/assets
|
||||||
site-new/src/scss
|
site/src/scss
|
||||||
site-new/src/pages/**/*.md
|
site/src/pages/**/*.md
|
||||||
site-new/src/pages/**/*.mdx
|
site/src/pages/**/*.mdx
|
||||||
site-new/src/content/**/*.mdx
|
site/src/content/**/*.mdx
|
||||||
site-new/src/layouts/RedirectLayout.astro
|
site/src/layouts/RedirectLayout.astro
|
||||||
site-new/static
|
site/static
|
||||||
|
|
|
@ -2,7 +2,7 @@ title: "Bootstrap"
|
||||||
baseURL: "https://getbootstrap.com"
|
baseURL: "https://getbootstrap.com"
|
||||||
|
|
||||||
# TODO(HiDeoo) Fix path
|
# TODO(HiDeoo) Fix path
|
||||||
docsDir: "site-new"
|
docsDir: "site"
|
||||||
|
|
||||||
# TODO(HiDeoo) Check if still relevant, update Astro config and prolly remove this value from here
|
# TODO(HiDeoo) Check if still relevant, update Astro config and prolly remove this value from here
|
||||||
publishDir: "_site"
|
publishDir: "_site"
|
||||||
|
|
|
@ -95,10 +95,10 @@
|
||||||
"watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"",
|
"watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"",
|
||||||
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
|
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
|
||||||
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"",
|
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"",
|
||||||
"astro-dev": "astro dev --root site-new",
|
"astro-dev": "astro dev --root site",
|
||||||
"astro-build": "astro build --root site-new",
|
"astro-build": "astro build --root site",
|
||||||
"astro-preview": "astro preview --root site-new",
|
"astro-preview": "astro preview --root site",
|
||||||
"astro-lint": "prettier --config site-new/.prettierrc.json -c --cache site-new && astro check --root site-new && tsc -p site-new --noEmit",
|
"astro-lint": "prettier --config site/.prettierrc.json -c --cache site && astro check --root site && tsc -p site --noEmit",
|
||||||
"astro-netlify": "npm-run-all dist release-sri astro-build"
|
"astro-netlify": "npm-run-all dist release-sri astro-build"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 363 KiB After Width: | Height: | Size: 363 KiB |
Before Width: | Height: | Size: 272 KiB After Width: | Height: | Size: 272 KiB |