Skip to content
GitLab
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
bde16528
Commit
bde16528
authored
7 years ago
by
Bardi Harborow
Browse files
Options
Download
Email Patches
Plain Diff
Switch to using NPM lock files.
parent
d35020ce
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+0
-1
.travis.yml
build/npm-shrinkwrap.json
+0
-4134
build/npm-shrinkwrap.json
package.json
+0
-1
package.json
with
0 additions
and
4136 deletions
+0
-4136
.travis.yml
+
0
-
1
View file @
bde16528
...
...
@@ -12,7 +12,6 @@ before_install:
-
echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?;
true
install
:
-
bundle install --deployment --jobs=3 --retry=3
-
cp build/npm-shrinkwrap.json ./
-
npm install
script
:
-
npm test
...
...
This diff is collapsed.
Click to expand it.
build/npm-shrinkwrap.json
deleted
100644 → 0
+
0
-
4134
View file @
d35020ce
This diff is collapsed.
Click to expand it.
package.json
+
0
-
1
View file @
bde16528
...
...
@@ -46,7 +46,6 @@
"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-shrinkwrap"
:
"npm shrinkwrap --dev && shx mv npm-shrinkwrap.json build/npm-shrinkwrap.json"
,
"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