Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/doppler/geddy into dopple…
Browse files Browse the repository at this point in the history
…r-master
  • Loading branch information
mde committed Nov 5, 2010
2 parents 7f30e35 + c0d03e3 commit 8684634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
dist/**/*
2 changes: 1 addition & 1 deletion geddy-core/scripts/Jakefile.js
Expand Up @@ -176,7 +176,7 @@ task('resource', [], function (nameParam) {
var cmds = [
'mkdir -p ./app/views/' + names.filename.plural
, 'mkdir -p ./app/views/layouts'
, 'cp -u ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
'./app/views/layouts/application.html.ejs'
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/add.html.ejs ' +
'./app/views/' + names.filename.plural + '/'
Expand Down

0 comments on commit 8684634

Please sign in to comment.