An open API service indexing awesome lists of open source software.

https://github.com/brikcss/stakcss-bundler-copy

Stakcss bundler which copies files.
https://github.com/brikcss/stakcss-bundler-copy

Last synced: about 1 year ago
JSON representation

Stakcss bundler which copies files.

Awesome Lists containing this project

README

          

# Stakcss Copy Bundler

> Bundler for [Stakcss](https://github.com/brikcss/stakcss) that simply copies assets from `config.source` to `config.content`.




NPM version



NPM downloads per month



Travis branch



NPM version



Coverage Status



Commitizen friendly



semantic release



code style: prettier



## Environment support

This is a bundler plugin for [Stakcss](https://github.com/brikcss/stakcss). See [Stakcss](https://github.com/brikcss/stakcss) for full details.

## Install

```sh
npm install @brikcss/stakcss @brikcss/stakcss-bundler-copy --save-dev
```

## Usage

See [Stakcss](https://github.com/brikcss/stakcss) for usage details. This bundler has no configuration, simply add it to Stakcss' bundlers:

- Node:
```js
stak({
bundlers: ['@brikcss/stakcss-bundler-copy']
});
```
- CLI:
```sh
stak ... --bundlers=@brikcss/stakcss-bundler-copy
```