From e04e75a1fa6cae87d9c4cd04cdba085a9ef701d0 Mon Sep 17 00:00:00 2001 From: Marcos Piccinini Date: Tue, 11 Aug 2015 06:09:15 -0300 Subject: [PATCH] Pasted quickly, sorry. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6179833..d406ce4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,7 +14,7 @@ gulp.task('scripts', function() { var js_files = [ './src/js/codemirror/codemirror.js', './src/js/codemirror/continuelist.js', - './src/codemirror/fullscreen.js', + './src/js/codemirror/fullscreen.js', './src/js/codemirror/markdown.js', './src/js/codemirror/overlay.js', './src/js/codemirror/gfm.js',