-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp version #15
Comments
Yap, this would be great but I have to spend sometime getting into gulp first. Meanwhile, you can try to use gulp-grunt (so you can run grunt tasks within gulp). https://www.npmjs.com/package/gulp-grunt Never tried it myself though. |
(Aside -- I love what you've done with this @lucalanca!) It seems to me that step one is to factor out the grunt- support and publish angular-architecture-graph on its own.... I think there are many of us who could take it from there to layer on gulp support, ultimately yielding
That said, gulp is a bit different from grunt, and depending on how angular-archicture-graph is implemented, it may not be overly useful to create a gulp-specific version if there is a "naked" implementation of angular-architecture-graph available. Would you be amenable to the possibility of factoring out the key functionality into its own repo? |
+1 |
Just like to add my +1 to what @laurelnaiad suggests. A 'naked' ng-graphing lib would be appreciated. |
A gulp version has been published on npm: |
Thanks for this great tool. I had a nice session walking my team over the graphs for our project.
It will be great if you can offer a version of this using gulpjs.
The text was updated successfully, but these errors were encountered: