Skip to content

Commit e8a5b24

Browse files
committed
Merge branch '2.0.X' into 2.1.X
2 parents 323e41f + b4f96db commit e8a5b24

31 files changed

+3783
-18
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ module.exports = (grunt) ->
2525
'grunt-verbosity'
2626
'grunt-release'
2727
'grunt-webpack'
28-
'grunt-angular-modules-graph'
29-
'grunt-graphviz'
28+
'grunt-angular-architecture-graph'
3029
].forEach (gruntLib) ->
3130
grunt.loadNpmTasks gruntLib
3231

@@ -95,7 +94,7 @@ module.exports = (grunt) ->
9594
# Run the example page by creating a local copy of angular-google-maps.js
9695
# and running a webserver on port 3100 with livereload. Web page is opened
9796
# automatically in the default browser.
98-
grunt.registerTask 'graph', ['modules-graph', 'graphviz']
97+
grunt.registerTask 'graph', ['angular_architecture_graph']
9998

10099
grunt.registerTask 'bump-@-preminor', ['changelog', 'bump-only:preminor', 'mappAll', 'graph', 'bump-commit']
101100
grunt.registerTask 'bump-@-prerelease', ['changelog','bump-only:prerelease', 'mappAll', 'graph', 'bump-commit']

0 commit comments

Comments
 (0)