Skip to content

Commit

Permalink
changed init path to pull in contents of bootstrap rather than the fo…
Browse files Browse the repository at this point in the history
…lder itself
  • Loading branch information
epmatsw committed Mar 17, 2013
1 parent 624e839 commit 8c7fcd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions journo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion journo.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ of a basic `bootstrap` folder.
here = fs.realpathSync '.'
if fs.existsSync 'posts'
fatal "A blog already exists in #{here}"
bootstrap = path.join(__dirname, 'bootstrap')
bootstrap = path.join(__dirname, 'bootstrap/*')
exec "rsync -vur --delete #{bootstrap} .", (err, stdout, stderr) ->
throw err if err
console.log "Initialized new blog in #{here}"
Expand Down

0 comments on commit 8c7fcd8

Please sign in to comment.