One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {| do shell script "xcode-select --install" | |
| do shell script "sleep 1" | |
| tell application "System Events" | |
| tell process "Install Command Line Developer Tools" | |
| keystroke return | |
| click button "Agree" of window "License Agreement" | |
| end tell | |
| end tell |
| # Borrowed from https://github.com/y310/rspec-retry/blob/master/lib/rspec/retry.rb | |
| CAPYBARA_TIMEOUT_RETRIES = 3 | |
| RSpec.configure do |config| | |
| config.around(:each, type: :feature) do |ex| | |
| example = RSpec.current_example | |
| CAPYBARA_TIMEOUT_RETRIES.times do |i| | |
| example.instance_variable_set('@exception', nil) | |
| self.instance_variable_set('@__memoized', nil) # clear let variables |
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {Below is the list of modern JS frameworks and almost frameworks – React, Vue, Angular, Ember and others.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js
| # Make sure the ngx_http_stub_status_module is installed correctly. | |
| location /status { | |
| add_header Content-Type application/json; | |
| return 200 '{\r | |
| "connections_active": $connections_active,\r | |
| "connections_reading": $connections_reading,\r | |
| "connections_writing": $connections_writing,\r | |
| "connections_waiting": $connections_waiting | |
| }'; | |
| } |
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| import React from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import ContentContainer from 'terra-content-container'; | |
| import SlidePanel from 'terra-slide-panel'; | |
| import Image from 'terra-image'; | |
| import SingleSelectList from 'terra-list/lib/SingleSelectList'; | |
| import List from 'terra-list'; | |
| import ItemView from 'terra-clinical-item-view'; | |
| import ItemDisplay from 'terra-clinical-item-display'; | |
| import DemographicsBanner from 'terra-demographics-banner'; |
| # Write local | |
| git config --local commit.gpgsign false | |
| # Read local (if never set, can be an empty value) | |
| git config --local commit.gpgsign |