Skip to content

Commit

Permalink
Added webpack build, karma test runner, travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Oct 26, 2016
1 parent 5c49e4f commit 5e6c268
Show file tree
Hide file tree
Showing 63 changed files with 15,767 additions and 12,942 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 3 additions & 8 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
// Environments
"browser": true,
"devel": true,
"worker": true,

// Enforcing
//"maxlen": 80,
//"quotmark": "single",
"trailing": true,
"strict": false,

// Relaxing

"boss": true,
"funcscope": true,
"globalstrict": true,
Expand All @@ -19,8 +14,8 @@
"nonstandard": true,
"sub": true,
"validthis": true,
"globals": {

"globals": {
"_": false,
"define" : false,
"module" : false
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
books
test
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
Loading

0 comments on commit 5e6c268

Please sign in to comment.