starting new build

This commit is contained in:
Bala Clark 2015-07-13 20:46:48 +02:00
parent b1a95d1e7a
commit 5bac5a1b8d
8 changed files with 867 additions and 20 deletions

View file

@ -0,0 +1,7 @@
'use strict'
let template = require('./template/load-indicator.handlebars')
module.exports = function loadIndicator () {
console.log(template())
}