@brikcss/stakcss-bundler-copy

Simple Stakcss bundler to copies assets.

Usage no npm install needed!

<script type="module">
  import brikcssStakcssBundlerCopy from 'https://cdn.skypack.dev/@brikcss/stakcss-bundler-copy';
</script>

README

Stakcss Copy Bundler

Bundler for 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. See Stakcss for full details.

Install

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

Usage

See Stakcss for usage details. This bundler has no configuration, simply add it to Stakcss' bundlers:

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