Skip to content

Instantly share code, notes, and snippets.

@GeoloeG-IsT
Created November 17, 2015 21:38
Show Gist options
  • Save GeoloeG-IsT/3f14ff761179ae6bbbc3 to your computer and use it in GitHub Desktop.
Save GeoloeG-IsT/3f14ff761179ae6bbbc3 to your computer and use it in GitHub Desktop.

Revisions

  1. GeoloeG-IsT created this gist Nov 17, 2015.
    75 changes: 75 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,75 @@
    PS C:\Wks\github.com\MeTaNoV\gold-password-input> polylint.cmd --help


    [ 4 ; 1 m p o l y l i n t [ 0 m


    -h, --help Print usage.

    -b, --bowerdir string Bower components

    directory. Defaults

    to 'bower_components'

    -v, --verbose Writes verbose

    logging.

    -g, --debug Writes debugging

    trace.

    -p, --policy string Your jsconf.json

    policy file.

    -r, --root string Root directory

    against which URLs in

    inputs are resolved.

    If not specified,

    then the current

    working directory is

    used.

    -i, --input string[] Polymer source files.

    --stdin If true, the file

    from `input` will be

    replaced by the

    contents of stdin. If

    true, only one value

    will be accepted for

    input.

    --no-recursion Only report errors on

    specified input

    files, not from their

    dependencies.


    PS C:\Wks\github.com\MeTaNoV\gold-password-input> polylint.cmd --root ./ --input index.html
    ERROR finding ..\webcomponentsjs\webcomponents-lite.js
    Error: ENOENT: no such file or directory, open 'C:\Wks\github.com\MeTaNoV\webcomponentsjs\webcomponents-lite.js'
    at Error (native)
    PS C:\Wks\github.com\MeTaNoV\gold-password-input> polyserve
    Starting Polyserve on port 8080
    Files in this directory are available at localhost:8080/components/gold-password-input/...
    ^CTerminer le programme de commandes (O/N) ?
    ^CPS C:\Wks\github.com\MeTaNoV\gold-password-input>
    PS C:\Wks\github.com\MeTaNoV\gold-password-input>