npm

rollup-slds-plugin

0.0.2 • Public • Published

rollup-slds-plugin

A rollup plugin for Salesforce Design System. It copy the SDLS assets into an specified path via options.

Installation

$ npm i -S rollup-slds-plugin

Usage

const copySldsAssets = require('rollup-slds-plugin');
    ...
    plugins: [
        ...
        copySldsAssets({
            dest: './build/assets'
        }),
        ...
    ]

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-slds-plugin

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

2.41 kB

Total Files

4

Last publish

Collaborators

  • reiniergs