1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 10:04:24 +02:00

implementing method for copying the resulting build files (and source svg's) to /docs/dist folder allowing them to be used in GitHub page (see #394)

This commit is contained in:
amacado
2020-12-28 19:43:26 +01:00
parent 3544e15c72
commit f97406dd79
574 changed files with 24228 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ var devicon = angular.module('devicon', ['ngSanitize', 'ngAnimate']);
devicon.controller('IconListCtrl', function($scope, $http, $compile) {
var baseUrl = window.location.origin;
var baseUrl = window.location.origin + '/dist';
// Get devicon.json
// Get devicon.json
$http.get(baseUrl + '/devicon.json').success(function(data) {
/*