Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Integrating gulp tasks for development #76

Open
reloaded opened this issue Apr 22, 2016 · 1 comment
Open

Integrating gulp tasks for development #76

reloaded opened this issue Apr 22, 2016 · 1 comment

Comments

@reloaded
Copy link
Contributor

reloaded commented Apr 22, 2016

It would be great if the Gulpfile provided helpful development tasks to enforce code style and standards and in the future unit tests would be great :).

The Gulpfile should be extended to include the following tasks

  • analysis: Run JSHint and JSCS (JS Code Style) and fail if either of those throw warnings or errors.
  • docs: Delete the angular-template/docs and default/docs and regenerate them from sample-codes.

Would you be open to PRs that add the above functionality?

@reloaded reloaded changed the title Integrating gulp for development of angular-jsdoc sources Integrating gulp tasks for development Apr 22, 2016
@allenhwkim
Copy link
Owner

I intentionally did not add a gulp file for simplcity since npm command can handle it all. npm has very extensive support for these command. e.g., npm start, npm publish, npm test, etc. I found this article useful. http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool.

TLDR; getting away from grunt/gulp, and getting back into npm.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants