Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am duffpod on github.
  • I am duffpod (https://keybase.io/duffpod) on keybase.
  • I have a public key ASBsSrLftBtxqWzHqxDIsHZBeaiHu9Pt3NUKDlSq-saJ6go

To claim this, I am signing this object:

@duffpod
duffpod / sails-js-express-vue-instructions.md
Last active February 8, 2018 14:56
Sails.js + express-vue SSR
  1. Generate a Sails project with sails new your-app --no-frontend
  2. Install express-vue with npm install express-vue --save
  3. Go to the view config of Sails app at your-app/config/views.js and replace the engine: 'ejs', with this:
  engine: {
    ext: 'vue',
    fn: (function() {
      return require('express-vue');
    })()
  },
@duffpod
duffpod / mono.rb
Last active January 17, 2017 19:23 — forked from shtirlic/mono.rb
# http://www.mono-project.com/Compiling_Mono_on_OSX
require 'formula'
class Mono < Formula
url 'http://download.mono-project.com/sources/mono/mono-3.2.3.tar.bz2'
homepage 'http://www.mono-project.com/'
sha1 'e356280ae45beaac6476824d551b094cd12e03b9'
def install