awatson1978 / starrynight

Scaffolding and Testing tool optimized for Meteor apps.
http://starrynight.meteorapp.com
53 stars 11 forks source link

Hideous hack to fix sick bug. #76

Closed martinhbramwell closed 9 years ago

martinhbramwell commented 9 years ago

Cannot have files named .gitignore because fs.copy will rename to .npmignore Now they are named gitignore_example and renamed to .gitnore after copying. Why in HELL would fs.copy rename every .gitnore to .npmignore??

This is possibly some weirdness to do with Git rather than fs.copy. I'll try to figure it out later. Changes committed: renamed: scaffolds/sample-tests/nightwatch-minimal/.gitignore -> scaffolds/sample-tests/nightwatch-minimal/gitignore_example modified: tool/scaffold.js

martinhbramwell commented 9 years ago

New addition : improved CircleCI configuration file.

martinhbramwell commented 9 years ago

Reason for this change : http://stackoverflow.com/questions/31766930

awatson1978 commented 9 years ago

Looks good! Have been having intermittent internet connectivity problems today (satellite hookup & rainstorms; ug).