linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

How to override the default structure of generated folder structure #297

Closed swapneshk closed 9 years ago

swapneshk commented 9 years ago

Currently while running lineman run a generated folder created consisting of -

What do I need to change/write in my application file under config folder.

Currently - My application file looks like - http://pastebin.com/0q33CrnL

I tried adding "assets/" in dest and files etc but none seems to working for me.

swapneshk commented 9 years ago

Fixed the issue.

FYI - For copying the folder I did it via grunt copy task and that works for me when writing "copy" in application.coffee file under node_modules/lineman/config