aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.ts')
-rw-r--r--Gruntfile.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gruntfile.ts b/Gruntfile.ts
index f9c9dd6..1b7f31c 100644
--- a/Gruntfile.ts
+++ b/Gruntfile.ts
@@ -153,11 +153,6 @@ module.exports = function(grunt) {
options: {
livereload: true
}
- },
-
- retire: {
- js: [ 'js/reveal.js', 'lib/js/*.js', 'plugin/**/*.js' ],
- node: [ '.' ]
}
});