aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.ts
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-02-28 13:47:49 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-02-28 13:47:49 +0100
commit213023760ab2cfaad4db022844da97e692c2ea50 (patch)
tree7224424be0c3fa8cb6f69e39dddfa26d1049fc05 /Gruntfile.ts
parent3b4fabc8a780d4c0fad4c0dc9a7f15b99a5ece66 (diff)
downloadfreenode-live-2017-presentation-213023760ab2cfaad4db022844da97e692c2ea50.tar
freenode-live-2017-presentation-213023760ab2cfaad4db022844da97e692c2ea50.tar.gz
build dependency updates
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: [ '.' ]
}
});