summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-08-23 22:47:53 -0500
committerMonty Taylor <mordred@inaugust.com>2018-08-23 22:47:53 -0500
commit2a0d7e1287a035be69265eebbed53ee94eca31af (patch)
tree127d0f13b6842ef624c23815a840fb5779ac594a /gulpfile.js
parentbd06d8745f619371389401c614e12d137b925f90 (diff)
Update reveal.js to 3.7.0 without bower
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 1a483bc..a48dfb2 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -165,8 +165,8 @@
165 .pipe(gulp.dest(dir.dist + '/js')); 165 .pipe(gulp.dest(dir.dist + '/js'));
166 166
167 // Reveal.js is a special snowflake. 167 // Reveal.js is a special snowflake.
168 var resolveReveal = gulp.src('./node_modules/@bower_components/reveal.js/*/**/*.*', 168 var resolveReveal = gulp.src('./node_modules/reveal.js/*/**/*.*',
169 {'base': './node_modules/@bower_components/reveal.js/'}) 169 {'base': './node_modules/reveal.js/'})
170 .pipe(ignore(['**/test/**', '*.js'])) 170 .pipe(ignore(['**/test/**', '*.js']))
171 .pipe(filter([ 171 .pipe(filter([
172 '**/*.js', 172 '**/*.js',