Sign inSign up

squareup/misk-web

By squareup

Updated over 7 years ago

Base Alpine NodeJS package for Misk Web builds.

Image
0

9.9K

squareup/misk-web repository overview

squareup/misk-web

Base Alpine NodeJS package for Misk Web builds.

Includes misk-web script and @misk/ packages. misk-web handles running various commands over all @misk/ packages and tabs

Example Usage

  • Build on all tabs:

    $ docker run -d --rm --name container-name -v /absolute/local/path/to/web:/web squareup/misk-web:0.0.1 misk-web -b
    
  • Build on single tab:

    $ docker run -d --rm --name container-name -v /absolute/local/path/to/web/tabs/tabname:/web/tabs/tabname squareup/misk-web:0.0.1 misk-web -b
    
  • Dev Server on a single tab:

    $ docker run -d --rm --name container-name -v /absolute/local/path/to/web/tabs/tabname:/web/tabs/tabname squareup/misk-web:0.0.1 misk-web -d
    
  • Any command over all tabs:

    $ docker run -d --rm --name container-name -v /absolute/local/path/to/web:/web squareup/misk-web:0.0.1 misk-web -z "your command here"
    
  • See misk-web -h for more usage options

Changelog

DateDocker/ squareup/ misk-webNPM/ @misk/ commonNPM/ @misk/ componentsNPM/ @misk/ devNPM/ @misk/ tslintRelease Notes
2018-11-070.0.50.0.610.0.770.0.630.0.10Includes CSS to support all @blueprintjs packages.
2018-11-060.0.40.0.600.0.760.0.610.0.10Includes all @blueprintjs packages.
2018-11-050.0.30.0.590.0.760.0.600.0.10Assumes node_modules installed centrally in web/node_modules. This will involve updating tsconfig.json in each tab.
2018-11-020.0.20.0.550.0.710.0.570.0.8
2018-10-260.0.10.0.520.0.680.0.460.0.7

Tag summary

Content type

Image

Digest

Size

192.2 MB

Last updated

over 7 years ago

docker pull squareup/misk-web