jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 133 forks source link

components folder should not be ignored by watcher or should be configurable #293

Closed samccone closed 10 years ago

jescalan commented 10 years ago

Definitely agreed that it should be configurable, but i think in general it does need to be ignored because bower (even though I don't use it I know people do)

notslang commented 10 years ago

how come we're not ignoring the components folder by default?

I agree that having it configurable is good, but you really shouldn't be editing the stuff in there too much... it's like dependencies, if you start changing stuff then you'll have issues updating and you'll need to maintain a separate branch.

Imma reopen this for now, with the task of changing back the default and making it configurable... unless I'm totally wrong about this.

jescalan commented 10 years ago

Not everyone uses that folder. It's in all the templates ignored by default, but for those who do not use bower, they might want to use that folder name for something else.

notslang commented 10 years ago

Eh... I suppose since assetgraph will be removing the need for ignoring folders like that anyway, it's worth it. Thanks for the explanation.