basic dev setup done

This commit is contained in:
Keegan
2016-01-06 17:28:34 -08:00
parent d23eff9949
commit 58a1a3f498
9 changed files with 173 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict';
module.exports = function() {
console.debug('custom fn worked');
};