duckduckgo / p5-app-duckpan

DuckDuckHack OpenSource Development Application
http://metacpan.org/module/App::DuckPAN
Other
53 stars 47 forks source link

Name of the IA is not added in the test file after "duckpan new" #300

Closed jagtalon closed 8 years ago

jagtalon commented 8 years ago

It says /js/spice//query instead of /js/spice/grunt/query

screen shot 2016-01-15 at 3 29 32 am

MrChrisW commented 8 years ago

These issues should probably be all in a single report as they're all related:

299

298

It looks like the $ia_id var is not being set or passed to the template on creation. This handles taking the IA name https://github.com/duckduckgo/p5-app-duckpan/blob/master/lib/App/DuckPAN/Cmd/New.pm#L158-L207

jagtalon commented 8 years ago

@MrChrisW you're right, they should all be in a single report. I'll make a new issue thanks!

moollaza commented 8 years ago

@jagtalon do you have the newest version of DuckPAN and the repos?

This seems to work correctly for me...

jagtalon commented 8 years ago

@moollaza just upgraded--looks fixed!