summaryrefslogtreecommitdiffstats
path: root/gulp_tasks
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-02-28 17:02:34 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-03-05 11:49:45 -0600
commiteedefd3ead28d0d276539552faad54bb709a7af5 (patch)
tree15288802210bd7049e9dea426d2866d764277b0b /gulp_tasks
parent9b733bdc51d3f9abffa18863cad28b5dd9c92f6f (diff)
downloadphosphor-webui-eedefd3ead28d0d276539552faad54bb709a7af5.tar.gz
phosphor-webui-eedefd3ead28d0d276539552faad54bb709a7af5.zip
Remove trailing spaces from files
Tested: Manually tested GUI for any regressions Change-Id: I8c0922b7bd67b03b07e8880bc4dba3b862220b33 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'gulp_tasks')
-rw-r--r--gulp_tasks/minifyvendors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulp_tasks/minifyvendors.js b/gulp_tasks/minifyvendors.js
index 38a17ce..2819402 100644
--- a/gulp_tasks/minifyvendors.js
+++ b/gulp_tasks/minifyvendors.js
@@ -26,7 +26,7 @@ gulp.task('minifyvendorjs:minify', function () {
.src(options.bowerFolderPath + '/**/*.js')
.pipe(uglify({
preserveComments: 'false'
- }))
+ }))
.pipe(rename({suffix: '.min'}))
.pipe(gulp.dest(function(file) {
return file.base;
OpenPOWER on IntegriCloud