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
a83a0181
Commit
a83a0181
authored
7 years ago
by
Bardi Harborow
Browse files
Options
Download
Email Patches
Plain Diff
Errata from #23094.
parent
028863dd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-3
.gitignore
package-lock.json
+6478
-0
package-lock.json
package.json
+1
-1
package.json
with
6479 additions
and
4 deletions
+6479
-4
.gitignore
+
0
-
3
View file @
a83a0181
...
...
@@ -50,6 +50,3 @@ docs/.jekyll-metadata
# Folders to ignore
bower_components
node_modules
# node
package-lock.json
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
+
6478
-
0
View file @
a83a0181
This diff is collapsed.
Click to expand it.
package.json
+
1
-
1
View file @
a83a0181
...
...
@@ -45,7 +45,7 @@
"docs-serve"
:
"bundle exec jekyll serve"
,
"docs-github"
:
"shx echo 'github: true' > $npm_config_tmp/twbsconfig.yml && npm run docs-compile -- --config _config.yml,$npm_config_tmp/twbsconfig.yml && shx rm $npm_config_tmp/twbsconfig.yml"
,
"docs-upload-preview"
:
"build/upload-preview.sh"
,
"maintenance-dependencies"
:
"ncu -a -x jquery && bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/*, bower.json and .travis.yml'"
,
"maintenance-dependencies"
:
"ncu -a -x jquery &&
npm update &&
bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/*, bower.json and .travis.yml'"
,
"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 .."
,
"dist"
:
"npm-run-all --parallel css js css-docs"
,
...
...
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