Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

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