Skip to content

Commit e2796a1

Browse files
committed
build(js): add js.map files for vendors
1 parent 91d9f0b commit e2796a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/js/vendor/popper.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"js-test-karma": "karma start js/tests/karma.conf.js",
5252
"js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
5353
"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",
54-
"js-vendor": "shx mkdir -p dist/js/vendor && shx cp node_modules/swiper/dist/js/swiper.min.js dist/js/vendor/",
54+
"js-vendor": "shx mkdir -p dist/js/vendor && shx cp node_modules/swiper/dist/js/swiper.min.js dist/js/vendor/ && shx cp node_modules/swiper/dist/js/swiper.min.js.map dist/js/vendor/",
5555
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-rtl docs-compile docs-lint",
5656
"docs-compile": "bundle exec jekyll build",
5757
"postdocs-compile": "npm run docs-workbox-precache",

0 commit comments

Comments
 (0)