Skip to content

Instantly share code, notes, and snippets.

@dhax
dhax / Gulpfile.js
Created October 19, 2016 00:16
Building Web Applications in Golang With Gulp and LiveReload (http://bit.ly/1ELbcl1)
/*
* Copyright (c) 2015 Martin Donath
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
@dhax
dhax / bower.json
Created January 6, 2015 09:19
how-to-sane htmlbars
{
"name": "client",
"dependencies": {
"handlebars": "2.0.0",
"jquery": "^1.11.1",
"ember": "1.10.0-beta.3",
"ember-data": "1.0.0-beta.14.1",
"ember-resolver": "~0.1.10",
"loader.js": "stefanpenner/loader.js#1.0.1",
"ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3",