Add missing new source files

pull/1288/head
Nicklas Gummesson 10 years ago
parent 309ca28f67
commit 95f9ece8f9

1
.gitignore vendored

@ -24,6 +24,7 @@ config/database.yml
config/app_config.yml
config/redis.conf
src/
!lib/build/src/
spec/support/data/failed_remote/*
*.swp
*.swo

@ -0,0 +1,4 @@
var moment = require("moment");
var hello = require("dashboard/hello_world");
hello(moment().format('llll'));

@ -0,0 +1,3 @@
module.exports = function(str) {
console.log(str);
}
Loading…
Cancel
Save