Gemfury
Why Gemfury?
Push, build, and install
RubyGems
npm packages
Python packages
Maven artifacts
PHP packages
Go Modules
Debian packages
RPM packages
NuGet packages
Sign in
Sign up
skava
Recent
Packages
Repos
Get Started
Browse
Tags
59 versions
skava
/
@skava/bs
js
Repository URL to install this package:
Version:
3.6.2 ▾
Details
@skava/bs
/
src
..
.plugins
bundle
development
oneConfig
.plugins
development
README.md
aliasing.ts
diff.ts
distPackageDeps.ts
distPostProcess.ts
optimizePackage.json.ts
prettier.ts
resolveToRoot.ts
typings.ts
utils.ts
Size: Mime:
bundling
explain steps of bundling
conceptually is ~== "packaging"
take all js files, in all structure that is used, dependencies are walked, unused code is shaked out, ecmascript8+ is transpiled
assets are optimized
assets are deployed to cdn
nodejs is run on the server
build that goes to release branch only - it's more mature pipeline and well tested
Makefile
is used to run shell scripts
flow
@todo add env
add files relevant for which scripts