UNPKG

383 BMarkdownView Raw
1# mosaic
2
3Mosaic is a node module made primarily for transforming and
4combining HTML assets. You can use it for things like
5creating dev/test servers and build pipelines.
6
7Configuration allows developers to write custom tasks that
8they want to perform when bundling files together.
9
10## Install
11
12To install locally within your project...
13
14```bash
15$ npm i mosaic
16```
17
18## Configuration