jaguarjs-jsdoc icon indicating copy to clipboard operation
jaguarjs-jsdoc copied to clipboard

Adding support for automation tools feature.

Open xyzxyz442 opened this issue 11 years ago • 1 comments

Adding "build" command for supporting automation tools like Continuous Integration. It has its own default workspace like in /demo.

You can provide it (source files, destination files, config file) with the parameters for your own script like this.

$ grunt build --src-`source path` --dst=`destination path` --config=`configuration path`

By combine grunt option --gruntfile with this 'build' command. It can make more ways to do with this JSDoc template.

P.S. I also edit README.md file for better understanding and the example usage for 'build' command.

xyzxyz442 avatar May 23 '14 16:05 xyzxyz442

:+1: Would you remove demo docs (dst folder)? I just added demo/dist folder into .gitignore file.

davidshimjs avatar Nov 29 '14 11:11 davidshimjs