iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
639 stars 82 forks source link

fixed #198&#199 "iron g" bugs on windows #205

Closed ghost closed 9 years ago

ghost commented 9 years ago

Windows:iron g:route webhooks/stripe --where "server" bug #199 Windows:iron g:controller todos/show_todo bug #198

chrisbutler commented 9 years ago

@spyhole this is awesome!

i haven't looked too closely yet, have you tested these changes to see if they break anything on the OSX/linux side?

ghost commented 9 years ago

@chrisbutler see the following(but all on the latest envs)

osx ubuntu win10

all envs are base on 64bit, npm v2.11.3/node v0.12.7/meteor v1.1.0.3/iron-meteor v1.3.0(1.3.1)

ubuntu's npm version
{ npm: '2.11.3',
http_parser: '2.3',
modules: '14',
node: '0.12.7',
openssl: '1.0.1p',
uv: '1.6.1',
v8: '3.28.71.19',
zlib: '1.2.8' }

chrisbutler commented 9 years ago

@spyhole merged