Skip to content

Commit dabb168

Browse files
jledentubenmccann
authored andcommitted
Use Rollup to build the library (#193)
Use Rollup to build the library
1 parent b85f6c7 commit dabb168

16 files changed

+642
-2158
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = tab
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[gulpfile.js]
13+
indent_style = space
14+
indent_size = 2
15+
16+
[*.yml]
17+
indent_style = space
18+
indent_size = 2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ bower_components/
1010
coverage/*
1111

1212
nbproject/*
13+
dist/

0 commit comments

Comments
 (0)