Skip to content

Commit 95b7a17

Browse files
authored
Add bundlesize check (#6)
1 parent 68de2f1 commit 95b7a17

File tree

5 files changed

+132
-149
lines changed

5 files changed

+132
-149
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jspm_packages
3737
.node_repl_history
3838

3939
.DS_Store
40+
css-constructor.js

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dist: trusty
2+
language: node_js
3+
node_js:
4+
- "6"
5+
cache:
6+
directories:
7+
- node_modules
8+
notifications:
9+
email: false

css-constructor.js

-97
This file was deleted.

0 commit comments

Comments
 (0)