Make sure everything is up to date.
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
#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 |
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/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": { |
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/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')({ |
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/package-lock.json b/package-lock.json | |
index 10afb25..e8d65d8 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -4,6 +4,14 @@ | |
"lockfileVersion": 1, | |
"requires": true, | |
"dependencies": { | |
// TOO MUCH TO SHOW HERE | |
diff --git a/package.json b/package.json |
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
vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'win7x64pro'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Destroying VM and associated drives... | |
[default] Running cleanup tasks for 'shell' provisioner... | |
[default] Running cleanup tasks for 'puppet' provisioner... | |
/opt/vagrant/embedded/gems/gems/vagrant-1.4.0/lib/vagrant/action/builtin/synced_folders.rb:41:in `expand_path': can't convert Vagrant::Config::V2::DummyConfig to String (Vagrant::Config::V2::DummyConfig#to_str gives Vagrant::Config::V2::DummyConfig) (TypeError) |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU Autoconf configure 2.69, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/dcardosods/linuxbrew/Cellar/autoconf/2.69 | |
## --------- ## | |
## Platform. ## |
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
/** | |
* Desafio CSS 04 - Cone | |
*/ | |
body { | |
background: #F5F5F5; | |
} | |
.cone { | |
display: inline-block; | |
position: relative; |
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
/** | |
* Desafio CSS 04 - Bandeira da Turquia | |
*/ | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
body:after { | |
content: ""; |
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
estomac7:~ daniel$ brew install https://raw.github.com/jmlane/homebrew-php/3fe2834af207e091feac466e87643f60a6d61c9d/Formula/php.rb --with-mysql | |
######################################################################## 100.0% | |
==> Installing php dependency: cmake | |
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.9.tar.gz | |
######################################################################## 100.0% | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.9 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cma | |
==> make | |
==> make install | |
Warning: m4 macros were installed to "share/aclocal". | |
Homebrew does not append "/usr/local/share/aclocal" |
NewerOlder