Skip to content

Commit

Permalink
dir structure simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
robrighter committed Dec 30, 2011
1 parent 13a97e5 commit fe2808f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ To start a project:


git clone git://github.com/robrighter/node-boilerplate.git mynewproject git clone git://github.com/robrighter/node-boilerplate.git mynewproject
cd mynewproject cd mynewproject
./bin/initproject.sh ./initproject.sh
This will copy down all of the boilerplate files organize them appropriately and init a fresh new git repository within which you can build your next big thing. This will copy down all of the boilerplate files organize them appropriately and init a fresh new git repository within which you can build your next big thing.




Expand Down
1 change: 1 addition & 0 deletions bin/initproject.sh → initproject.sh
Expand Up @@ -11,6 +11,7 @@ echo "Copying Markup and CSS BoilerPlate..."
cp ./templates/app/server.js ./server.js cp ./templates/app/server.js ./server.js
cp ./templates/app/package.json ./package.json cp ./templates/app/package.json ./package.json
cp ./templates/app/.gitignore ./.gitignore cp ./templates/app/.gitignore ./.gitignore
cp ./templates/app/config.json ./config.json
curl https://raw.github.com/h5bp/html5-boilerplate/master/css/style.css > ./static/css/style.css curl https://raw.github.com/h5bp/html5-boilerplate/master/css/style.css > ./static/css/style.css
cp ./templates/views/500.jade ./views/500.jade cp ./templates/views/500.jade ./views/500.jade
cp ./templates/views/404.jade ./views/404.jade cp ./templates/views/404.jade ./views/404.jade
Expand Down
File renamed without changes.

0 comments on commit fe2808f

Please sign in to comment.