Skip to content

Instantly share code, notes, and snippets.

@MeTaNoV
Created November 17, 2015 21:38
Show Gist options
  • Save MeTaNoV/3f14ff761179ae6bbbc3 to your computer and use it in GitHub Desktop.
Save MeTaNoV/3f14ff761179ae6bbbc3 to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment