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
dc5a096e
Commit
dc5a096e
authored
7 years ago
by
Vohmyanin Sergey Vasilevich
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Enable sourcemaps for bundles and include sourcemap for plugins in npm package. (#24303)
parent
4a603f11
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+5
-4
package.json
with
5 additions
and
4 deletions
+5
-4
package.json
+
5
-
4
View file @
dc5a096e
...
@@ -36,12 +36,12 @@
...
@@ -36,12 +36,12 @@
"js-lint"
:
"eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/"
,
"js-lint"
:
"eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/"
,
"js-lint-docs"
:
"eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js"
,
"js-lint-docs"
:
"eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js"
,
"js-compile"
:
"npm-run-all --parallel js-compile-*"
,
"js-compile"
:
"npm-run-all --parallel js-compile-*"
,
"js-compile-standalone"
:
"cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js"
,
"js-compile-standalone"
:
"cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js
--sourcemap
"
,
"js-compile-bundle"
:
"cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js"
,
"js-compile-bundle"
:
"cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js
--sourcemap
"
,
"js-compile-plugins"
:
"cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps"
,
"js-compile-plugins"
:
"cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps"
,
"js-minify"
:
"npm-run-all --parallel js-minify-*"
,
"js-minify"
:
"npm-run-all --parallel js-minify-*"
,
"js-minify-standalone"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-minify-standalone"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-minify-bundle"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-bundle"
:
"uglifyjs --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-docs"
:
"uglifyjs --mangle --comments
\"
/^!/
\"
--output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js"
,
"js-minify-docs"
:
"uglifyjs --mangle --comments
\"
/^!/
\"
--output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js"
,
"js-test"
:
"phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60"
,
"js-test"
:
"phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60"
,
"js-test-cloud"
:
"ruby -r webrick -e
\"
s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start
\"
& node build/saucelabs-unit-test.js"
,
"js-test-cloud"
:
"ruby -r webrick -e
\"
s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start
\"
& node build/saucelabs-unit-test.js"
,
...
@@ -125,6 +125,7 @@
...
@@ -125,6 +125,7 @@
"build"
,
"build"
,
"js/.eslintrc.json"
,
"js/.eslintrc.json"
,
"js/**/*.js"
,
"js/**/*.js"
,
"js/**/*.js.map"
,
"scss/**/*.scss"
"scss/**/*.scss"
],
],
"browserslist"
:
[
"browserslist"
:
[
...
...
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