Skip to content

No "angular_architecture_graph" targets found. #17

@Darex1991

Description

@Darex1991

Hi,
I try to use this plugin, but when I included it into Gruntfile.js and executing it I got error:

grunt angular_architecture_graph
>> No "angular_architecture_graph" targets found.
Warning: Task "angular_architecture_graph" failed. Use --force to continue.

Aborted due to warnings.

my Gruntfile.js

grunt.loadNpmTasks('grunt-angular-architecture-graph');
  // Define the configuration for all the tasks
  grunt.initConfig({
    angularArchitectureGraph: {
      diagram: {
        files: {
          //'<%= yeoman.app %>/<%= yeoman.scripts %>': ['<%= yeoman.app %>/<%= yeoman.scripts %>/**/*.js']
          'architecture': ['<%= yeoman.app %>/<%= yeoman.scripts %>/**/*.js', "<%= projectConfig.app %>/<%= projectConfig.project %>/**/*.js"]
        }
      }
    },
.
.
.

What is wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions