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

Commit

Permalink
feat(better graphing): switched to grunt-angular-architecture-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jun 13, 2015
1 parent 69b317f commit b4f96db
Show file tree
Hide file tree
Showing 39 changed files with 5,439 additions and 57 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module.exports = (grunt) ->
'grunt-curl'
'grunt-verbosity'
'grunt-webpack'
'grunt-angular-modules-graph'
'grunt-graphviz'
'grunt-angular-architecture-graph'
].forEach (gruntLib) ->
grunt.loadNpmTasks gruntLib

Expand Down Expand Up @@ -91,7 +90,7 @@ module.exports = (grunt) ->
# Run the example page by creating a local copy of angular-google-maps.js
# and running a webserver on port 3100 with livereload. Web page is opened
# automatically in the default browser.
grunt.registerTask 'graph', ['modules-graph', 'graphviz']
grunt.registerTask 'graph', ['angular_architecture_graph']

grunt.registerTask 'bump-@-preminor', ['changelog', 'bump-only:preminor', 'mappAll', 'graph', 'bump-commit']
grunt.registerTask 'bump-@-prerelease', ['changelog','bump-only:prerelease', 'mappAll', 'graph', 'bump-commit']
Expand Down
29 changes: 0 additions & 29 deletions dist/angular-google-maps.dot

This file was deleted.

Loading

0 comments on commit b4f96db

Please sign in to comment.