szalishchuk / generator-spa

Yeoman generator for fast Single Page Application prototyping with PhoneGap integration.
MIT License
4 stars 1 forks source link

add wildcard support for copying files #30

Open szalishchuk opened 10 years ago

szalishchuk commented 10 years ago

As of now, we have to specify every single file in index.js that should be copied into the final project. It's not convenient to keep track of every new file and would eventually create big junks of code for a really straightforward task.

So, I would like to be able to specify only a directory, which entire contents will get copied. If some of the files in this directory should be processed with template method, than I could specify those separately.