Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository builds Bublik UI and commits artifacts in dist folder

How to add new build artifact

  1. Open config.json
  2. Add config for application to be built

Example config:

{
  "base": "/prefix/v2",
  "output": "output-folder-name"
}

This config will produce folder output-folder-name at dist/output-folder-name Be aware that this application will be expected to be published at URL /prefix/v2

Caveat

Currently, all applications to be built are expected to have /v2 postfix at the end

  • /v2 is required

Example:

{
    "base":  "${YOUR_PREFIX}/v2",
    "output": "output-folder"
}

About

Pre-build Bublik UI applications for common cases

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages