Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions build/build-sass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,10 @@ packageNamesRequested.forEach(async workspace => {

if (repositoryInfo.name === repositoryConfig.ccm.name) {
// Compile SASS
const jstreeFile = compileSass('jstree.scss', 'src/scss/packages/ccm/');
const tempusDominusFile = compileSass('tempus-dominus.scss', 'src/scss/packages/ccm/');
const vendorsFile = compileSass('vendors.scss', 'src/scss/packages/ccm/');

// Modify the contents of the CSS
jstreeFile.css = jstreeFile.css.replaceAll('url("32px.png")', 'var(--jstree-image-checkbox-path)');

// Output CSS
await outputAndMinifyCss('jstree', workspace, jstreeFile);
await outputAndMinifyCss('tempus-dominus', workspace, tempusDominusFile);
await outputAndMinifyCss('vendors', workspace, vendorsFile);
}
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
"packages/*"
],
"devDependencies": {
"cssnano": "^7.1.4",
"postcss": "^8.5.9",
"cssnano": "^7.1.7",
"postcss": "^8.5.12",
"sass": "^1.99.0",
"stylelint": "^16.26.1",
"stylelint-config-twbs-bootstrap": "^16.1.0"
},
"resolutions": {
"uuid": "^14.0.0"
},
"scripts": {
"audit": "yarn npm audit --all --recursive --no-deprecations",
"build": "yarn build-clean \"$@\" dist && yarn build-js \"$@\" && yarn build-sass \"$@\" && yarn build-partials \"$@\" && yarn build-assets \"$@\" && yarn build-clean \"$@\" temp",
Expand Down
8 changes: 4 additions & 4 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@chocolatey-software/astro",
"version": "2.7.0",
"version": "2.8.0",
"description": "Chocolatey Software theme assets for Astro.",
"author": "Chocolatey Software (https://chocolatey.org/)",
"homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/astro#readme",
"license": "Apache-2.0",
"dependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/node": "10.0.4",
"@astrojs/mdx": "5.0.4",
"@astrojs/node": "10.0.6",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"astro": "6.1.5",
"astro": "6.1.10",
"rehype-mermaid": "^3.0.0",
"remark-custom-header-id": "^1.0.0"
},
Expand Down
Loading
Loading