edifice-bootstrap
Advanced tools
Comparing version 1.6.0-develop.6 to 1.6.0-develop.7
{ | ||
"name": "edifice-bootstrap", | ||
"version": "1.6.0-develop.6", | ||
"version": "1.6.0-develop.7", | ||
"description": "Edifice CSS framework based on Bootstrap", | ||
@@ -26,16 +26,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css", | ||
"clean": "rm -rf dist", | ||
"compile": "sass --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css", | ||
"dev:fix": "stylelint scss/**/*.scss --fix", | ||
"dev:lint": "stylelint scss/**/*.scss", | ||
"format": "pnpm format:write && pnpm format:check", | ||
"format:check": "npx prettier --check scss/**/*.scss", | ||
"format:write": "npx prettier --write scss/**/*.scss", | ||
"generate-commit-version": "node scripts/version.cjs", | ||
"watch": "sass --watch --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css", | ||
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css", | ||
"watch:sb": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../../recette/assets/themes/edifice-bootstrap/index.css" | ||
}, | ||
"dependencies": { | ||
@@ -56,3 +42,16 @@ "@popperjs/core": "2.11.8", | ||
}, | ||
"gitHead": "6e0988b36f838500c9f2e2ed5779af13a389c5b7" | ||
} | ||
"scripts": { | ||
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css", | ||
"clean": "rm -rf dist", | ||
"compile": "sass --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css", | ||
"dev:fix": "stylelint scss/**/*.scss --fix", | ||
"dev:lint": "stylelint scss/**/*.scss", | ||
"format": "pnpm format:write && pnpm format:check", | ||
"format:check": "npx prettier --check scss/**/*.scss", | ||
"format:write": "npx prettier --write scss/**/*.scss", | ||
"generate-commit-version": "node scripts/version.cjs", | ||
"watch": "sass --watch --load-path=node_modules/ --style=compressed scss/index.scss dist/index.css", | ||
"watch:react": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../apps/docs/public/assets/themes/edifice-bootstrap/index.css", | ||
"watch:sb": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../../../recette/assets/themes/edifice-bootstrap/index.css" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3793707
78
1647