faucet-pipeline / faucet-pipeline-core

A framework-independent asset pipeline that takes the pain out of preprocessing JavaScript, CSS and associated files

Home Page:https://faucet-pipeline.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faucet-pipeline-core

npm

See faucet-pipeline.org for documentation.

License

faucet-pipeline is licensed under the Apache 2.0 License.

Contributing

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

Releases

NB: version numbers are incremented in accordance with semantic versioning

  1. update version number in package.json

  2. update CHANGELOG.md

  3. commit as "v#.#.#"

     $ git commit -m "v`node -p -e 'require("./package.json").version'`"
    
  4. ./release publishes the new version

About

A framework-independent asset pipeline that takes the pain out of preprocessing JavaScript, CSS and associated files

https://faucet-pipeline.org

License:Apache License 2.0


Languages

Language:JavaScript 94.8%Language:Shell 5.2%