polyserve

v0.27.10
A simple dev server for bower components
polymer polyserve

start

./bin/polyserve

clean

rimraf lib

build

npm run clean && tsc

test

npm run build && mocha "lib/test/**/*_test.js" && tslint "src/**/*.ts"

test:unit

mocha "lib/test/**/*_test.js"

test:watch

tsc-then -- mocha "lib/test/**/*_test.js"

format

find src test -iname "*.ts" | xargs clang-format --style=file -i

Metadata

Downloads

Maintainers