edifice-bootstrap
Advanced tools
Comparing version 1.5.23-hotfix-check-user-rights.1 to 1.6.0-develop.0
{ | ||
"name": "edifice-bootstrap", | ||
"version": "1.5.23-hotfix-check-user-rights.1", | ||
"version": "1.6.0-develop.0", | ||
"description": "Edifice CSS framework based on Bootstrap", | ||
@@ -27,4 +27,5 @@ "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", | ||
"clean": "rm -rf dist", | ||
"dev:fix": "stylelint scss/**/*.scss --fix", | ||
@@ -36,5 +37,4 @@ "dev:lint": "stylelint scss/**/*.scss", | ||
"generate-commit-version": "node scripts/version.cjs", | ||
"build": "rm -rf dist && cp -r assets dist && pnpm run compile && cp dist/index.css ../../public/assets/themes/edifice-bootstrap/index.css", | ||
"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 ../../public/assets/themes/edifice-bootstrap/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" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "65f6df85adb37fcf6394fa4cb1591741a128076e" | ||
"gitHead": "06064f287ceb824a355e2f27250432e2650dd136" | ||
} |
Sorry, the diff of this file is not supported yet
3793765