Skip to content

Commit

Permalink
Things from a few years ago that I forgot to commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed May 18, 2019
1 parent aac8600 commit 8b61c58
Show file tree
Hide file tree
Showing 162 changed files with 1,352 additions and 683 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sftp-config.json
.ftppass
node_modules/
.convert.js
22 changes: 17 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ module.exports = function (grunt) {
src: 'src',
src_js_vendor : '<%= project.src %>/js/vendor',
app: 'app',
index: 'index.php',
skin: '<%= project.app %>/skin',
css: [
'<%= project.src %>/scss/style.scss'
],
js: [
'<%= project.src %>/js/vendor/libs.js',
'<%= project.src %>/js/vendor/ga.js',
'<%= project.src %>/js/core/iconfonts.js',
// '<%= project.src %>/js/core/iconfonts.js',
'<%= project.src %>/js/core/main.js',
'<%= project.src %>/js/*.js'
]
Expand Down Expand Up @@ -133,7 +134,7 @@ module.exports = function (grunt) {

html: {
files: [
'<%= project.src %>/{,*/}*.html',
'<%= project.src %>/{,*/}*.php',
],
tasks: ['copy']
},
Expand All @@ -144,7 +145,7 @@ module.exports = function (grunt) {
livereload: LIVERELOAD_PORT
},
files: [
'<%= project.src %>/{,*/}*.html',
'<%= project.src %>/{,*/}*.php',
'<%= project.skin %>/css/*.css',
'<%= project.skin %>/js/{,*/}*.js',
'<%= project.skin %>/{,*/}*.{png,jpg,jpeg,gif,webp,svg}'
Expand Down Expand Up @@ -282,8 +283,17 @@ module.exports = function (grunt) {
flatten: true,
filter: 'isFile',
cwd: '<%= project.src %>',
src: 'index.html',
src: '<%= project.index %>',
dest: '<%= project.app %>/'
},

iconfonts: {
expand: true,
flatten: false,
filter: 'isFile',
cwd: '<%= project.src %>',
src: 'js/core/iconfonts.json',
dest: '<%= project.app %>/skin/'
}
},

Expand Down Expand Up @@ -363,7 +373,7 @@ module.exports = function (grunt) {
'<%= project.skin %>/js/scripts.min.js',
'<%= project.skin %>/css/style.css'],
// File that refers to above files and needs to be updated with the hashed name
dest: '<%= project.app %>/index.html',
dest: '<%= project.app %>/<%= project.index %>',
}
},

Expand All @@ -387,6 +397,7 @@ module.exports = function (grunt) {
*/
grunt.registerTask('default', [
'copy',
'copy:iconfonts',
'clean',
'concat:dev',
'compass:once',
Expand All @@ -411,6 +422,7 @@ module.exports = function (grunt) {
'jshint',
'uglify',
'copy',
'copy:iconfonts',
'hashres',
'sftp-deploy'
]);
Expand Down
4 changes: 2 additions & 2 deletions app/api/code/Fonts.php → api/code/Fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ function __construct() {

'iconicfill' => array(
'family' => 'IconicFill',
'filename' => 'iconic_fill',
'filename' => 'iconicfill',
'svgID' => 'IconicFill',
'weight' => 'normal',
'style' => 'normal',
),

'iconicstroke' => array(
'family' => 'IconicStroke',
'filename' => 'iconic_stroke',
'filename' => 'iconicstroke',
'svgID' => 'IconicStroke',
'weight' => 'normal',
'style' => 'normal',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added api/fonts/fontawesome/4.0.3/FontAwesome.otf
Binary file not shown.
Binary file not shown.
414 changes: 414 additions & 0 deletions api/fonts/fontawesome/4.0.3/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
153 changes: 153 additions & 0 deletions api/fonts/iconicfill/iconicfill-extract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{
"iconicfill-lightbulb":"\\e063",
"iconicfill-equalizer":"\\e052",
"iconicfill-brush-alt":"\\e01c",
"iconicfill-move":"\\e03e",
"iconicfill-tag-fill":"\\e02b",
"iconicfill-book-alt2":"\\e06a",
"iconicfill-layers":"\\e01f",
"iconicfill-chat-alt-fill":"\\e007",
"iconicfill-layers-alt":"\\e020",
"iconicfill-cloud-upload":"\\e045",
"iconicfill-chart-alt":"\\e029",
"iconicfill-fullscreen-exit-alt":"\\e051",
"iconicfill-cloud-download":"\\e044",
"iconicfill-paperclip":"\\e08a",
"iconicfill-heart-fill":"\\2764",
"iconicfill-mail":"\\2709",
"iconicfill-pen-alt-fill":"\\e005",
"iconicfill-check-alt":"\\2714",
"iconicfill-battery-charging":"\\e05d",
"iconicfill-lock-fill":"\\e075",
"iconicfill-stop":"\\e04a",
"iconicfill-arrow-up":"\\2191",
"iconicfill-move-horizontal":"\\e038",
"iconicfill-compass":"\\e021",
"iconicfill-minus-alt":"\\e009",
"iconicfill-battery-empty":"\\e05c",
"iconicfill-comment-fill":"\\e06d",
"iconicfill-map-pin-alt":"\\e002",
"iconicfill-question-mark":"\\003f",
"iconicfill-list":"\\e055",
"iconicfill-upload":"\\e043",
"iconicfill-reload":"\\e030",
"iconicfill-loop-alt4":"\\e035",
"iconicfill-loop-alt3":"\\e034",
"iconicfill-loop-alt2":"\\e033",
"iconicfill-loop-alt1":"\\e032",
"iconicfill-left-quote":"\\275d",
"iconicfill-x":"\\2717",
"iconicfill-last":"\\e04d",
"iconicfill-bars":"\\e06f",
"iconicfill-arrow-left":"\\2190",
"iconicfill-arrow-down":"\\2193",
"iconicfill-download":"\\e042",
"iconicfill-home":"\\2302",
"iconicfill-calendar":"\\e001",
"iconicfill-right-quote-alt":"\\e012",
"iconicfill-unlock-fill":"\\e076",
"iconicfill-fullscreen":"\\e04e",
"iconicfill-dial":"\\e058",
"iconicfill-plus-alt":"\\e008",
"iconicfill-clock":"\\e079",
"iconicfill-movie":"\\e060",
"iconicfill-steering-wheel":"\\e024",
"iconicfill-pen":"\\270e",
"iconicfill-pin":"\\e067",
"iconicfill-denied":"\\26d4",
"iconicfill-left-quote-alt":"\\e011",
"iconicfill-volume-mute":"\\e071",
"iconicfill-umbrella":"\\2602",
"iconicfill-list-nested":"\\e056",
"iconicfill-arrow-up-alt1":"\\e014",
"iconicfill-undo":"\\e02f",
"iconicfill-pause":"\\e049",
"iconicfill-bolt":"\\26a1",
"iconicfill-article":"\\e053",
"iconicfill-read-more":"\\e054",
"iconicfill-beaker":"\\e023",
"iconicfill-beaker-alt":"\\e010",
"iconicfill-battery-full":"\\e073",
"iconicfill-arrow-right":"\\2192",
"iconicfill-iphone":"\\e06e",
"iconicfill-arrow-up-alt2":"\\e018",
"iconicfill-cog":"\\2699",
"iconicfill-award-fill":"\\e022",
"iconicfill-first":"\\e04c",
"iconicfill-trash-fill":"\\e05a",
"iconicfill-image":"\\e027",
"iconicfill-comment-alt1-fill":"\\e003",
"iconicfill-cd":"\\e064",
"iconicfill-right-quote":"\\275e",
"iconicfill-brush":"\\e01b",
"iconicfill-cloud":"\\2601",
"iconicfill-eye":"\\e025",
"iconicfill-play-alt":"\\e048",
"iconicfill-transfer":"\\e041",
"iconicfill-pen-alt2":"\\e006",
"iconicfill-camera":"\\e070",
"iconicfill-move-horizontal-alt2":"\\e03a",
"iconicfill-curved-arrow":"\\2935",
"iconicfill-move-horizontal-alt1":"\\e039",
"iconicfill-aperture":"\\e026",
"iconicfill-reload-alt":"\\e031",
"iconicfill-magnifying-glass":"\\e074",
"iconicfill-calendar-alt-fill":"\\e06c",
"iconicfill-fork":"\\e046",
"iconicfill-box":"\\e06b",
"iconicfill-map-pin-fill":"\\e068",
"iconicfill-bars-alt":"\\e00a",
"iconicfill-volume":"\\e072",
"iconicfill-x-alt":"\\2718",
"iconicfill-link":"\\e077",
"iconicfill-move-vertical":"\\e03b",
"iconicfill-eyedropper":"\\e01e",
"iconicfill-spin":"\\e036",
"iconicfill-rss":"\\e02c",
"iconicfill-info":"\\2139",
"iconicfill-target":"\\e02a",
"iconicfill-cursor":"\\e057",
"iconicfill-key-fill":"\\26bf",
"iconicfill-minus":"\\2796",
"iconicfill-book-alt":"\\e00b",
"iconicfill-headphones":"\\e061",
"iconicfill-hash":"\\0023",
"iconicfill-arrow-left-alt1":"\\e013",
"iconicfill-arrow-left-alt2":"\\e017",
"iconicfill-fullscreen-exit":"\\e050",
"iconicfill-share":"\\e02e",
"iconicfill-fullscreen-alt":"\\e04f",
"iconicfill-comment-alt2-fill":"\\e004",
"iconicfill-moon-fill":"\\263e",
"iconicfill-at":"\\0040",
"iconicfill-chat":"\\e05e",
"iconicfill-move-vertical-alt2":"\\e03d",
"iconicfill-move-vertical-alt1":"\\e03c",
"iconicfill-check":"\\2713",
"iconicfill-mic":"\\e05f",
"iconicfill-book":"\\e069",
"iconicfill-move-alt1":"\\e03f",
"iconicfill-move-alt2":"\\e040",
"iconicfill-document-fill":"\\e066",
"iconicfill-plus":"\\2795",
"iconicfill-wrench":"\\e078",
"iconicfill-play":"\\e047",
"iconicfill-star":"\\2605",
"iconicfill-document-alt-fill":"\\e000",
"iconicfill-chart":"\\e028",
"iconicfill-rain":"\\26c6",
"iconicfill-folder-fill":"\\e065",
"iconicfill-new-window":"\\e059",
"iconicfill-user":"\\e062",
"iconicfill-battery-half":"\\e05b",
"iconicfill-aperture-alt":"\\e00c",
"iconicfill-eject":"\\e04b",
"iconicfill-arrow-down-alt1":"\\e016",
"iconicfill-pilcrow":"\\00b6",
"iconicfill-arrow-down-alt2":"\\e01a",
"iconicfill-arrow-right-alt1":"\\e015",
"iconicfill-arrow-right-alt2":"\\e019",
"iconicfill-rss-alt":"\\e02d",
"iconicfill-spin-alt":"\\e037",
"iconicfill-sun-fill":"\\2600"
}
1 change: 1 addition & 0 deletions api/fonts/iconicfill/iconicfill-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b61c58

Please sign in to comment.