Skip to content

Instantly share code, notes, and snippets.

diff --git a/gulp/inject.js b/gulp/inject.js
index 2a5804b..37584ba 100644
--- a/gulp/inject.js
+++ b/gulp/inject.js
@@ -4,9 +4,10 @@ var path = require('path');
var gulp = require('gulp');
var conf = require('./conf');
-var $ = require('gulp-load-plugins')();
+var $ = require('gulp-load-plugins')({
diff --git a/package.json b/package.json
index 50e86a0..e4c056f 100644
--- a/package.json
+++ b/package.json
@@ -63,6 +63,23 @@
"chalk": "~1.1.1",
"uglify-save-license": "~0.4.1"
},
+ "overrides": {
+ "bootstrap": {
@dcardosods
dcardosods / osx-special-chars.ahk
Last active December 9, 2020 17:36 — forked from patik/osx-special-chars.ahk
AutoHotKey stuff
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force ; only one instance of this script may run at a time!
#UseHook
; below is commented because of "Invalid key error", and because the script seems to work without it
;!VKC0SC029::Return ; grave -> the grave ` accent gave some probs, used the virtualkey + scancode instead
!e::Return ; acute
!i::Return ; circumflex