Skip to content

kristoferjoseph/progressive-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progressive bundle demo

Automatically bundle esmodules in /public. This is for bundling frontend assets.

Usage proposal

Example app.arc; enable bundling by declaring the bundle folder for build output:

@app
myapp

@static
bundle dist # currently in this app a default value; but think if we build in this would be the toggle 'on'
entry index.js # pre bundle file(s) at deploy time for max speeds

todo

  • add src/http/get-index/get-bundle to @architect/functions
  • speed up sync
  • auto ignore bundle folder in deploy

future

  • merge capability maybe instead
  • is many buckets possible? (seems no because local dev)
  • investigate using internal dynamo table locally to hide local manifest.json fugly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%