Base Alpine NodeJS package for Misk Web builds.
9.9K
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
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
| Date | Docker/ squareup/ misk-web | NPM/ @misk/ common | NPM/ @misk/ components | NPM/ @misk/ dev | NPM/ @misk/ tslint | Release Notes |
|---|---|---|---|---|---|---|
| 2018-11-07 | 0.0.5 | 0.0.61 | 0.0.77 | 0.0.63 | 0.0.10 | Includes CSS to support all @blueprintjs packages. |
| 2018-11-06 | 0.0.4 | 0.0.60 | 0.0.76 | 0.0.61 | 0.0.10 | Includes all @blueprintjs packages. |
| 2018-11-05 | 0.0.3 | 0.0.59 | 0.0.76 | 0.0.60 | 0.0.10 | Assumes node_modules installed centrally in web/node_modules. This will involve updating tsconfig.json in each tab. |
| 2018-11-02 | 0.0.2 | 0.0.55 | 0.0.71 | 0.0.57 | 0.0.8 | |
| 2018-10-26 | 0.0.1 | 0.0.52 | 0.0.68 | 0.0.46 | 0.0.7 |
Content type
Image
Digest
Size
192.2 MB
Last updated
over 7 years ago
docker pull squareup/misk-web