Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit a48d386

Browse files
committed
Merge pull request #2 from andrewconnell/buildsetup
Update build & test compilation for project
2 parents 1b400da + d30a281 commit a48d386

28 files changed

+970
-555
lines changed

.editorconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# http://editorconfig.org
1+
# top-most EditorConfig file
22
root = true
33

4+
# Unix-style newlines with a newline ending every file
45
[*]
56
indent_style = space
67
indent_size = 2
8+
end_of_line = lf
79
charset = utf-8
810
trim_trailing_whitespace = true
911
insert_final_newline = true

.gitignore

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
node_modules/
2-
tools/
3-
coverage/
1+
**/.DS_Store
2+
3+
# no need to keep stuff pulled remotely
4+
node_modules
5+
build/typings
6+
7+
# no js, just typescript
8+
*.js
9+
*.js.map
10+
# .. except these javascript files... these must stay
11+
!build/karma.conf.js
12+
!src/externals/PickaDate.js

.jscsrc

-74
This file was deleted.

.jshintrc

-66
This file was deleted.

0 commit comments

Comments
 (0)