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:
@@ -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) {
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user