Skip to content

Instantly share code, notes, and snippets.

Avatar
🧑‍💻
making some code happen

Eric Internicola intere

🧑‍💻
making some code happen
  • Westminster, CO
View GitHub Profile
View specialized-universal-links.html
@intere
intere / post-archive-script.sh
Last active February 11, 2019 14:56
@macbellingrath pointed out that Xcode 10 had a change and line 80 needed to be updated.
View post-archive-script.sh
#################################################################################################################################################
# post-archive-script.sh
#
# The purpose of this script is to create a universal binary for your framework
# Also - if there is a problem with steps in this script, then it should be
# easy to debug! Other scripts that this is based off of aren't so easy to debug.
#
#################################################################################################################################################
@intere
intere / comment directives
Last active January 3, 2016 14:39
Demonstration that Comment Based Directives get skipped if they are in the <head> section.
View comment directives
<!doctype html>
<html>
<head>
<!-- directive: head-comment-directive -->
<element-directive></element-directive>
</head>
<body ng-app="angularHeadApp">
<!-- directive: body-comment-directive -->
Head Comment Parent Node: {{headCommentParentName}}<br />