Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Jan 28, 2014
1 parent 0c1c0b3 commit 9c0189e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"es5": false
}
12 changes: 3 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ module.exports = function(grunt) {
grunt.initConfig({

jshint : {
all : [ 'Gruntfile.js', 'tasks/*.js', '<%= nodeunit.tests %>', ],
all : [ 'Gruntfile.js', 'tasks/*.js', 'test/*.js', ],
options : {
globalstrict : true,
globals : {
console : true,
exports : true,
module : true,
require : true
}
},
jshintrc : '.jshintrc',
}
},

// Before generating any new files, remove any previously-created files.
Expand Down
1 change: 1 addition & 0 deletions tasks/phpdocumentor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function(grunt) {
// creation: http://gruntjs.com/creating-tasks
grunt.registerMultiTask('phpdocumentor', 'Runs the PHPDocumentor documentation generator tool.', function() {

// This function setup the plugin, it create a string which represents the phpDocumentor command line to execute
phpDocumentor.setup(this);

// This function first checks if PHP is available on command line and the executes phpDocumentor
Expand Down

0 comments on commit 9c0189e

Please sign in to comment.