From 95929f49b2e659f6ed84f9d03ec310c36e111cce Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 19 Dec 2016 09:53:01 +0100 Subject: [PATCH] Removed google code prettify from gulp --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 76f6d3d..9ea1fef 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -27,7 +27,6 @@ gulp.task('sass', function () { gulp.task('js', function () { var jsStream = gulp.src([ - './bower_components/google-code-prettify/bin/prettify.min.js', './assets/static/js/main.js' ]); return jsStream