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.
- Host: GitHub
- URL: https://github.com/brikcss/stakcss-bundler-copy
- Owner: brikcss
- Created: 2018-03-28T00:54:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T20:43:32.000Z (over 7 years ago)
- Last Synced: 2025-03-15T02:47:53.315Z (over 1 year ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.
## 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
```