- SidebarIO
- (I follow on twitter @SidebarIO)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generate a Netlify HTTP2 Server Push configuration. | |
* | |
* Options: | |
* - headersFile {string} path to the _headers file that should be generated (relative to your output dir) | |
*/ | |
function NetlifyServerPushPlugin(options) { | |
this.options = options; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": [ | |
{ | |
"domain": "🔥.engineering", | |
"expire": "2w", | |
"ttl": "3h", | |
"a_records": [ | |
{ | |
"subdomain": "@", | |
"address": "8.8.4.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group :test do | |
gem 'capybara' | |
gem 'poltergeist' # gem 'capybara-webkit' | |
gem 'database_cleaner' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 33bfb0a..af625c8 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -29,10 +29,10 @@ OBJS = \ | |
vm.o\ | |
# Cross-compiling (e.g., on Mac OS X) | |
-#TOOLPREFIX = i386-jos-elf- | |
+TOOLPREFIX = /opt/gnu/bin/i386-jos-elf- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 33bfb0a..af625c8 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -29,10 +29,10 @@ OBJS = \ | |
vm.o\ | |
# Cross-compiling (e.g., on Mac OS X) | |
-#TOOLPREFIX = i386-jos-elf- | |
+TOOLPREFIX = /opt/gnu/bin/i386-jos-elf- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 33bfb0a..af625c8 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -29,10 +29,10 @@ OBJS = \ | |
vm.o\ | |
# Cross-compiling (e.g., on Mac OS X) | |
-#TOOLPREFIX = i386-jos-elf- | |
+TOOLPREFIX = /opt/gnu/bin/i386-jos-elf- |