generator-assemble icon indicating copy to clipboard operation
generator-assemble copied to clipboard

Added support for data subfolders

Open LaurentGoderre opened this issue 10 years ago • 2 comments

This line

https://github.com/assemble/generator-assemble/blob/master/app/templates/Gruntfile.js#L72

could become

data: '<%= config.src %>/data/**/*.{json,yml}',

This would help accommodate the i18n approach out of the box

LaurentGoderre avatar Feb 04 '15 22:02 LaurentGoderre

noted, I'm working on a new version, I'll see if I can work this into it

jonschlinkert avatar Feb 04 '15 22:02 jonschlinkert

Also, since the generator uses bower, the bower_components folder should be added to gitignore

LaurentGoderre avatar Feb 04 '15 22:02 LaurentGoderre