Skip to content

Commit

Permalink
fixup! add altnames devicons#1165
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailedlt committed Jun 3, 2022
1 parent a6e7612 commit 3c5bf83
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 97 deletions.
103 changes: 8 additions & 95 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@
},
{
"name": "androidstudio",
"altnames": [
"arm64"
],
"altnames": [],
"tags": [
"application",
"editor",
Expand Down Expand Up @@ -610,12 +608,11 @@
},
{
"name": "bash",
"altnames": [
"bash"
],
"altnames": [],
"tags": [
"shell",
"command"
"command",
"scripting"
],
"versions": {
"svg": [
Expand Down Expand Up @@ -725,17 +722,6 @@
"color": "#59407f",
"aliases": []
},
{
"name": "bulma",
"altnames": [],
"tags": ["css", "framework"],
"versions": {
"svg": ["plain"],
"font": ["plain"]
},
"color": "#00d1b2",
"aliases": []
},
{
"name": "bower",
"altnames": [],
Expand Down Expand Up @@ -1009,24 +995,6 @@
"color": "#0e8a16",
"aliases": []
},
{
"name": "clojurescript",
"altnames": [],
"tags": [
"language"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#96ca4b",
"aliases": []
},
{
"name": "codecov",
"altnames": [],
Expand Down Expand Up @@ -1416,9 +1384,7 @@
},
{
"name": "debian",
"altnames": [
"debian"
],
"altnames": [],
"tags": [
"os",
"server"
Expand Down Expand Up @@ -5953,9 +5919,7 @@
},
{
"name": "sqlite",
"altnames": [
"apachesubversion"
],
"altnames": [],
"tags": [
"sql",
"database",
Expand Down Expand Up @@ -6150,31 +6114,6 @@
}
]
},
{
"name": "storybook",
"altnames": [
"storybookjs"
],
"tags": [
"framework",
"documentation",
"ui"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#FF4785",
"aliases": []
},
{
"name": "tailwindcss",
"altnames": [],
Expand Down Expand Up @@ -6287,9 +6226,7 @@
},
{
"name": "tomcat",
"altnames": [
"tomcat"
],
"altnames": [],
"tags": [
"server"
],
Expand Down Expand Up @@ -6373,28 +6310,6 @@
"color": "#bb2031",
"aliases": []
},
{
"name": "thealgorithms",
"altnames": [],
"tags": [
"organization",
"algorithms"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#00BCB4",
"aliases": []
},
{
"name": "trello",
"altnames": [
Expand Down Expand Up @@ -6780,9 +6695,7 @@
},
{
"name": "vuetify",
"altnames": [
"visualstudiocode"
],
"altnames": [],
"tags": [
"css",
"framework",
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) {
// Determination of the latest release tagging
// which is used for showing in the header of the page
// as well as for CDN links
var gitHubPath = 'devicons/devicon';
var gitHubPath = 'snailedlt/devicon';
var url = 'https://api.github.com/repos/' + gitHubPath + '/tags';

$scope.latestReleaseTagging = 'master';
Expand All @@ -24,7 +24,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) {
});

var versionStr = '@' + $scope.latestReleaseTagging;
var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}${versionStr}/`
var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}@a6e7612e7e105247eb1103fc3756c09e838b51a7/`

// Get devicon.json
$http.get(baseUrl + 'devicon.json').success(function(data) {
Expand Down
Binary file modified fonts/devicon.eot
Binary file not shown.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.

0 comments on commit 3c5bf83

Please sign in to comment.