Skip to content

Instantly share code, notes, and snippets.

View KeremTubluk's full-sized avatar

Kerem Tubluk KeremTubluk

  • Xeuz AB
  • Göteborg
View GitHub Profile
@KeremTubluk
KeremTubluk / brunch-config.js
Created October 22, 2016 10:42
Uncaught Error: Cannot find module 'phoenix' from 'web/static/js/application/application.js'
exports.config = {
// See http://brunch.io/#documentation for docs.
files: {
javascripts: {
//joinTo: "js/app.js"
joinTo: {
"js/application.js": /^(web\/static\/js\/application)/,
"js/widget.js": /^(web\/static\/js\/widget)/
}
#!/bin/bash
#
# This script will create a fstab entry for the current folder in the boot2docker guest
# and mount the volume over exististing one if it exists. You can also use folders
# other then /User.
#
# Usage: ./nfs-share.sh
#