0.0.1-alpha.1496757897 • Published 7 years ago

@nodeject/nodeject-grunt-build v0.0.1-alpha.1496757897

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Nodeject build

Nodeject flavored build scripts.

Install

npm i nodeject-build --save-dev

Steps

  1. Place your code files under <root>/src/
  2. Place your test files under <root>/test/
  3. Include a readme.md
  4. Enable bitbucket pipelines
  5. Optionally place your own custom tasks under <root>/build/

To build

grunt

Build results will be under <root>\<dist>. Test results under <root>\<temp>\reports\test-results.txt

Configure

Add a config section to your package.json with your preferred temp and output. Defaults are provided.

  "config": {
    "temp": ".temp",
    "output": "dist"
  }

Issues, comments, requests and source code

Comming up soon...