7.0.2 • Published 2 months ago

@spectrum-css/bundle-builder v7.0.2

Weekly downloads
71
License
Apache-2.0
Repository
github
Last release
2 months ago

@spectrum-css/bundle-builder

Build system for Spectrum CSS bundle packages

This package builds a bundle packages with the versions of components specific in your the bundle's package.json.

Docs

See the docs generation documentation for details on documentation generation.

Site

See the site generation documentation for details on site generation as well as editing and updating the site.

Usage

Install the package:

npm install --save-dev @spectrum-css/bundle-builder

Create a gulpfile.js with the following:

module.exports = require('@spectrum-css/bundle-builder');

Add the following scripts to package.json:

{
  "scripts": {
    "build": "gulp build",
    "prepack": "gulp prePack",
    "postpublish": "gulp postPublish"
  }
}

Then you can use the commands below inside of your project to build and release a Spectrum CSS bundle package.

CLI

The following tasks are available:

  • gulp clean - Clean everything
  • gulp build - Build every component, generate the documentation site, generate individual docs for each component
  • gulp buildLite - Build only the custom properties for every component, generate the documentation site
  • gulp buildHeavy - Build all CSS for every component, generate the documentation site
  • gulp dev - Perform a lite build, start a server, and watch for changes
  • gulp devHeavy - Perform a heavy build, start a server, and watch for changes. Use this when testing IE 11
  • gulp watch - If a build as already been performed, start a server and watch for changes
  • gulp release - Perform a release

Build output appears in the dist/ folder.

7.0.3-next.1

2 months ago

7.0.3-next.0

2 months ago

8.0.0-next.0

2 months ago

7.0.2

2 months ago

7.0.1

3 months ago

7.0.0

3 months ago

6.3.2

3 months ago

6.3.1

3 months ago

6.3.1-next.0

3 months ago

6.3.0

3 months ago

6.2.0

3 months ago

6.1.2

4 months ago

6.1.1

4 months ago

6.1.0

5 months ago

6.0.0

5 months ago

5.0.1

5 months ago

5.0.0

6 months ago

4.0.12

9 months ago

4.0.11

10 months ago

4.0.14

6 months ago

4.0.13

9 months ago

4.0.9

11 months ago

4.0.8

12 months ago

4.0.10

11 months ago

4.0.7

1 year ago

4.0.6

1 year ago

3.4.5

1 year ago

4.0.5

1 year ago

4.0.4

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.2

1 year ago

3.4.4

1 year ago

3.4.3

1 year ago

3.4.1

1 year ago

3.4.0

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.0.4

2 years ago

3.1.0

2 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.2-alpha.1

3 years ago

3.0.2-alpha.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

3.0.0-beta.0

3 years ago

2.0.2-beta.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0-alpha.0

5 years ago