Skip to content

Commit aa68e94

Browse files
committed
Grunt task updates.
1 parent abea71f commit aa68e94

3 files changed

Lines changed: 2 additions & 38 deletions

File tree

tasks/jsdoc-plugins/sourceproxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports.defineTags = function(dictionary) {
3030
}
3131
});
3232

33-
}
33+
};
3434

3535
exports.handlers = {};
3636
exports.handlers.newDoclet = function (e) {

tasks/options/jsdoc.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

tasks/options/replace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
},
2020

2121
docs: {
22-
src: ['docs/index.html'],
22+
src: ['docs/index.html'],
2323
dest: 'docs/index.html',
2424
replacements: [
2525
{

0 commit comments

Comments
 (0)