Skip to content

Instantly share code, notes, and snippets.

View tomrutgers's full-sized avatar

Tom Rutgers tomrutgers

View GitHub Profile
@tomrutgers
tomrutgers / sketch-never-ending.md
Created March 30, 2020 11:27 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

###Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com

@tomrutgers
tomrutgers / config.rb
Last active July 16, 2018 16:54 — forked from tilsammans/config.rb
Middleman Netlify HTTP/2 Server Push
ready do
# Insert fingerprinted asset paths into _headers for Netlify.
proxy "/_headers", "/headers.txt",
layout: false,
ignore: true
proxy "_redirects", "netlify-redirects", ignore: true
end