silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

rest-gen: static value assignment #123

Closed MaxDaten closed 9 years ago

MaxDaten commented 9 years ago

the 'static' attribute is used in the templates for the api doc generation but it's got no assignment

bergmark commented 9 years ago

Sorry for the delay, I will take a look the coming week.

bergmark commented 9 years ago

Thanks! I cherry-picked the commit as 6f4d152.

For ignores I'd recommend setting up a global gitignore, e.g. put this in ~/.gitconfig:

[core]
    excludesfile = ~/.gitignore-global

We have dist/ etc listed there so it doesn't have to be added in every project.

bergmark commented 9 years ago

Released as rest-gen-0.17.0.6