Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/335#discussion_r39071336
  
    --- Diff: gulpfile.js ---
    @@ -234,8 +234,7 @@ gulp.task("plugins", function() {
             //           minified JS has some things that look like
             //           Liquid tags, so we replace them manually
             .pipe(replace("){{", "){ {"))
    -
    -        .pipe(gulp.dest(JS_DIR));
    +        .pipe(gulp.dest(JS_DIR))
    --- End diff --
    
    Consistency nit pick: missing semicolon.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to