Skip to content

Commit

Permalink
initial setup for 6.0 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Apr 15, 2020
1 parent 512807f commit 750f4da
Show file tree
Hide file tree
Showing 98 changed files with 4,018 additions and 60,671 deletions.
13 changes: 0 additions & 13 deletions .browserslistrc

This file was deleted.

13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2019 Blackrock Digital LLC
Copyright (c) 2013-2020 Blackrock Digital LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
176 changes: 0 additions & 176 deletions css/resume.css

This file was deleted.

5 changes: 0 additions & 5 deletions css/resume.min.css

This file was deleted.

Binary file added dist/assets/img/favicon.ico
Binary file not shown.
File renamed without changes
Loading

0 comments on commit 750f4da

Please sign in to comment.