#!/usr/bin/env sh set -e mkdir -p .browser find spec -type f -name '*.spec.js' | \ xargs -I {} sh -c \ 'export f="{}"; browserify $f -t require-globify -t brfs -x ajv -u buffer -o $(echo $f | sed -e "s/spec/.browser/");'
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.eslintrc.yml | File | 62 B | 0644 |
|
bundle.js | File | 1.75 KB | 0644 |
|
compile-dots.js | File | 2.37 KB | 0644 |
|
info | File | 289 B | 0755 |
|
prepare-tests | File | 224 B | 0755 |
|
travis-gh-pages | File | 872 B | 0755 |
|