Rename site-new to site
|
@ -39,10 +39,10 @@ Thumbs.db
|
|||
/node_modules/
|
||||
|
||||
# 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.
|
||||
/site-new/node_modules
|
||||
/site/node_modules
|
||||
# TODO(HiDeoo) Rename later
|
||||
/site-new/.astro
|
||||
/site/.astro
|
||||
# TODO(HiDeoo) Rename later
|
||||
/site-new/public
|
||||
/site/public
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Prettier is only used for the webite
|
||||
|
||||
# TODO(HiDeoo) rename later
|
||||
site-new/.astro
|
||||
site-new/dist
|
||||
site-new/public
|
||||
site-new/src/assets
|
||||
site-new/src/scss
|
||||
site-new/src/pages/**/*.md
|
||||
site-new/src/pages/**/*.mdx
|
||||
site-new/src/content/**/*.mdx
|
||||
site-new/src/layouts/RedirectLayout.astro
|
||||
site-new/static
|
||||
site/.astro
|
||||
site/dist
|
||||
site/public
|
||||
site/src/assets
|
||||
site/src/scss
|
||||
site/src/pages/**/*.md
|
||||
site/src/pages/**/*.mdx
|
||||
site/src/content/**/*.mdx
|
||||
site/src/layouts/RedirectLayout.astro
|
||||
site/static
|
||||
|
|
|
@ -2,7 +2,7 @@ title: "Bootstrap"
|
|||
baseURL: "https://getbootstrap.com"
|
||||
|
||||
# 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
|
||||
publishDir: "_site"
|
||||
|
|
|
@ -95,10 +95,10 @@
|
|||
"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-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"",
|
||||
"astro-dev": "astro dev --root site-new",
|
||||
"astro-build": "astro build --root site-new",
|
||||
"astro-preview": "astro preview --root site-new",
|
||||
"astro-lint": "prettier --config site-new/.prettierrc.json -c --cache site-new && astro check --root site-new && tsc -p site-new --noEmit",
|
||||
"astro-dev": "astro dev --root site",
|
||||
"astro-build": "astro build --root site",
|
||||
"astro-preview": "astro preview --root site",
|
||||
"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"
|
||||
},
|
||||
"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 |