faucet-pipeline / faucet-pipeline-js

JavaScript asset pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faucet-pipeline-js

package version build status

faucet-pipeline plugin for bundling JavaScript modules, along with extensions for ESNext, JSX and TypeScript

Contributing

  • ensure Node is installed
  • npm install downloads dependencies
  • npm test runs the test suite and checks code for stylistic consistency

Release Process

  1. ensure dependencies are up to date (→ ./bin/update-pkg, then npm install)
  2. ensure all meta-packages use the same version number (i.e. pkg/*/package.json, both WRT version field and faucet-js dependencies)
  3. update CHANGELOG.md
  4. ./bin/release, skipping dependencies' installation (due to meta-packages; thus the manual first step)

License

faucet-pipeline-js is licensed under the Apache 2.0 License.

About

JavaScript asset pipeline

License:Apache License 2.0


Languages

Language:JavaScript 88.8%Language:Shell 9.3%Language:TypeScript 1.6%Language:CoffeeScript 0.3%