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
aedd7007
Commit
aedd7007
authored
6 years ago
by
Mark Otto
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
change dist to only affect main since docs css isn't distributed
parent
4518288c
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
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
aedd7007
...
...
@@ -73,7 +73,7 @@
"release-version"
:
"node build/change-version.js"
,
"release-zip"
:
"cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip .."
,
"saucelabs-test"
:
"node build/saucelabs-unit-test.js"
,
"dist"
:
"npm-run-all --parallel css js"
,
"dist"
:
"npm-run-all --parallel css
-main
js"
,
"test"
:
"npm-run-all dist js-test docs-compile docs-lint bundlesize"
,
"watch"
:
"npm-run-all --parallel watch-css-main watch-css-docs watch-js-main watch-js-docs"
,
"watch-css-main"
:
"nodemon --watch scss/ --ext scss --exec
\"
npm run css-main
\"
"
,
...
...
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