Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
81f1249e
Commit
81f1249e
authored
6 years ago
by
XhmikosR
Committed by
Johann-S
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update package.json
Fix paths to docs.
parent
5570f1c1
2 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+2
-2
package.json
with
2 additions
and
2 deletions
+2
-2
package.json
+
2
-
2
View file @
81f1249e
...
...
@@ -29,10 +29,10 @@
"css-compile-docs"
:
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/4.1/assets/scss/docs.scss site/docs/4.1/assets/css/docs.min.css"
,
"css-copy"
:
"shx mkdir -p site/docs/4.1/dist/ && shx cp -r dist/css/ site/docs/4.1/dist/"
,
"css-lint"
:
"stylelint --syntax scss
\"
scss/**/*.scss
\"
"
,
"css-lint-docs"
:
"stylelint --syntax scss
\"
site/docs/4.1/assets/scss/*.scss
\"
&& stylelint
\"
docs/**/*.css
\"
"
,
"css-lint-docs"
:
"stylelint --syntax scss
\"
site/docs/4.1/assets/scss/*.scss
\"
&& stylelint
\"
site/
docs/**/*.css
\"
"
,
"css-lint-vars"
:
"node build/lint-vars.js scss/ site/docs/4.1/assets/scss/"
,
"css-prefix"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/4.1/assets/css/docs.min.css
\"
\"
docs/**/*.css
\"
"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/4.1/assets/css/docs.min.css
\"
\"
site/
docs/**/*.css
\"
"
,
"css-minify"
:
"cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify-docs"
:
"cleancss --level 1 --source-map --source-map-inline-sources --output site/docs/4.1/assets/css/docs.min.css site/docs/4.1/assets/css/docs.min.css"
,
"js"
:
"npm-run-all js-lint* js-compile js-minify js-copy"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets