Skip to content

Commit 2ad0df4

Browse files
committed
v6 reorganization and dev environment update
moved to cdn for third party assets, changed project structure to have src and dist directoires, moved to npm scripts based dev environment dropping the gulp dependencies
1 parent 70d1c8b commit 2ad0df4

108 files changed

Lines changed: 5480 additions & 56339 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.browserslistrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.DS_Store

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ node_js:
66
install: npm install
77
script:
88
- npm test
9-
- gulp
109
cache:
1110
directories:
1211
- node_modules

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2019 Blackrock Digital LLC
3+
Copyright (c) 2013-2020 Blackrock Digital LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

css/freelancer.min.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)