0.2.0 • Published 5 years ago

@defx/mosaic v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

@defx/mosaic

Mosaic is a node command line utility made primarily for transforming and combining HTML assets.

It is configured using a config file named mosaic.config.js. This file is used to define custom rules for a project, allowing developers to write custom tasks that they want to perform when bundling files together.

Mosaic also provides a dev server that can be used as an HTTP server for serving and rebuilding files automatically while developing

Install

To install locally within your project...

$ npm install --save-dev @defx/mosaic

Configuration