Skip to content

Commit

Permalink
move views into folder own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Apr 3, 2016
1 parent b63435d commit 03ddbb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body {
background-color: 'black'
color: #fff;
background-color: #000;
}

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var xhr = require('xhr')
var example = require('./example.hbs')
var example = require('./views/example.hbs')

xhr.get('https://api.wheretheiss.at/v1/satellites', function(err, data) {
if (err) console.log(err) // do something
Expand Down
File renamed without changes.

0 comments on commit 03ddbb1

Please sign in to comment.