Skip to content

What path for grunt.file.expand? #130

@nateinindy

Description

@nateinindy

So my application path setup looks like this:
/app/js/a-controller.js
/app/js/controllers/b-controller.js

I've go this config:
baseUrl: "http://localhost:8000/app/docs/",
docular_webapp_target: 'app/docs',

I'm struggling with the groups files configuration field, each of what i have listed below produces nothing. Any help with what this should be?

files: grunt.file.expand(['../app/js//*.js'])
files: grunt.file.expand(['../js/
/.js'])
files: grunt.file.expand(['../js/
.js'])
files: grunt.file.expand(['app/js/**/*.js'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions