@nodeject/nodeject-grunt-build
v0.0.1-alpha.1496757897
Published
Convetion based build scripts
Downloads
2
Readme
Nodeject build
Nodeject flavored build scripts.
Install
npm i nodeject-build --save-dev
Steps
- Place your code files under
<root>/src/
- Place your test files under
<root>/test/
- Include a
readme.md
- Enable bitbucket pipelines
- 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...