JeanJacque
Results
2
issues of
JeanJacque
I'm trying to setup **dgeni-alive** to generate the doc for an AngularJS app. First here is my gruntfile.js : ``` module.exports = function(grunt) { // Project configuration. grunt.initConfig({ "dgeni-alive": {...
It's not a big deal, but a comma is missing in the Gruntfile at the end of : ``` packages: [ 'dgeni-packages/jsdoc', // either names require('dgeni-packages/examples') // or packages ]...