-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Labels
No labels