Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo repo #42

Merged
merged 15 commits into from Jan 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 4 additions & 7 deletions .gitignore
Expand Up @@ -2,15 +2,12 @@
*.tmp.txt
node_modules
build
local/
.tscache/
coverage
preview/bundle.js

# IDEs
.idea/
# Emacs
.#*

# vim
*.swp
*~

# Eclipse
*.project
4 changes: 4 additions & 0 deletions .istanbul.yml
@@ -0,0 +1,4 @@
check:
each:
statements: 90
lines: 90
25 changes: 25 additions & 0 deletions .min-wd
@@ -0,0 +1,25 @@
{
"sauceLabs": true,
"hostname": "localhost",
"port": 8081,
"testname": "SVGTypewriter Sauce Unit Tests",
"browsers": [{
"name": "firefox",
"platform": "linux"
}, {
"name": "chrome",
"platform": "linux"
}, {
"name": "internet explorer",
"platform": "Windows 10",
"version": "11.103"
}, {
"name": "MicrosoftEdge",
"platform": "Windows 10",
"version": "14.14393"
}, {
"name": "safari",
"platform": "OS X 10.10",
"version": "8"
}]
}
24 changes: 10 additions & 14 deletions .npmignore
@@ -1,15 +1,11 @@
build/
bower_components/
docs/
src/
test/
typings/
bower.json
circle.yml
Gruntfile.js
index.html
index.js
license_header.txt
tsd.json
tslint.json
**/*
!README.md
!LICENSE
!package.json

# include source typescript
!src/**/*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we now include these?

Copy link
Contributor

@adidahiya adidahiya Jan 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all *.yml files are now ignored.

it would be safer to write this file like https://github.com/palantir/plottable/blob/develop/.npmignore, which whitelists files in the package rather than blacklists them, but we don't do that consistently everywhere (blueprint doesn't do it)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice

# include compiled javascript, sourcemaps, and declarations
!build/src/**/*

311 changes: 0 additions & 311 deletions Gruntfile.js

This file was deleted.