ilanbiala / generator-kirby

Yeoman generator for Bastian Allgeier's Kirby framework
26 stars 1 forks source link

Travis CI failing because added option to let user select their own folder #5

Closed ilanbiala closed 10 years ago

ilanbiala commented 10 years ago
var expected = [
            // add files you expect to exist here.
            'kirby/.gitignore',
            'kirby/.htaccess',
            'kirby/assets/',
            'kirby/content/',
            'kirby/index.php',
            'kirby/kirby/',
            'kirby/license.md',
            'kirby/package.json',
            'kirby/readme.md',
            'kirby/site/'
        ];

need to figure out a way to handle that.

ilanbiala commented 10 years ago

fixed by using Yeoman mock prompts.