Skip to content

Commit

Permalink
remove calcite icons
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Aug 10, 2015
1 parent 1ad7469 commit 5af219c
Show file tree
Hide file tree
Showing 95 changed files with 17 additions and 3,815 deletions.
10 changes: 0 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ module.exports = function(grunt) {
'copy:doc'
]
},
icons: {
files: ['lib/img/icons/**/*.svg'],
tasks: [
'shell:icons'
]
},
libsass: {
files: ['lib/sass/**/*', 'docs/source/assets/css/**/*'],
tasks: [
Expand Down Expand Up @@ -286,9 +280,6 @@ module.exports = function(grunt) {
release: {
command: 'bin/release.sh' // Create GitHub release that includes dist
},
icons: {
command: 'bin/icons.js' // Create a sass file with all icons from icon folder
},
acetate: {
command: 'npm run acetate' // build the docs site
},
Expand Down Expand Up @@ -351,7 +342,6 @@ module.exports = function(grunt) {

// Build a dist folder with all assets
grunt.registerTask('prepublish', [
'shell:icons',
'concurrent:prepublish'
]);

Expand Down
42 changes: 0 additions & 42 deletions bin/icons.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/acetate.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = function (acetate) {
acetate.layout('**/*', 'layouts/_doc');
acetate.layout('page-layouts/*.html', 'layouts/_blank:content');
acetate.data('table_of_contents', 'table_of_contents.yml');
acetate.data('icons', 'icons.json');
acetate.data('font', 'icon-font.json');
acetate.data('icons', 'icons-social.json');
acetate.data('font', 'icons-font.json');
}
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/source/icons-social.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
"contact",
"facebook",
"geonet",
"github",
"google-plus",
"instagram",
"linkedin",
"pinterest",
"rss",
"share",
"twitter",
"youtube"
]
2 changes: 1 addition & 1 deletion docs/source/layouts/_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 id="{{page.link}}" tabindex="0">{{page.title}}</h2>

{% if page.title == 'Social Icons' %}
<div class="block-group block-group-3-up">
{% for icon in data.icons.social %}
{% for icon in data.icons %}
<div class="block">
<a href="" class="icon-social-{{icon}}" aria-label="{{icon}}"></a>
<p class="trailer-1 leader-half"><code>.icon-social-{{icon}}</code></p>
Expand Down
100 changes: 0 additions & 100 deletions lib/img/icons/calcite-large/3d.svg

This file was deleted.

31 changes: 0 additions & 31 deletions lib/img/icons/calcite-large/add-content.svg

This file was deleted.

52 changes: 0 additions & 52 deletions lib/img/icons/calcite-large/add-to-legend.svg

This file was deleted.

26 changes: 0 additions & 26 deletions lib/img/icons/calcite-large/analysis.svg

This file was deleted.

30 changes: 0 additions & 30 deletions lib/img/icons/calcite-large/approved.svg

This file was deleted.

30 changes: 0 additions & 30 deletions lib/img/icons/calcite-large/arrow-down.svg

This file was deleted.

Loading

0 comments on commit 5af219c

Please sign in to comment.