fergiemcdowall / norch-bootstrap

A pluggable front-end for Forage based on Angular and Bootstrap
6 stars 0 forks source link

Allow posting of raw JSON from the HTML add interface. #2

Closed mewwts closed 9 years ago

mewwts commented 9 years ago

Would be nice to simply write a JSON inline and post it.

fergiemcdowall commented 9 years ago

Yes. Yes it would.

mewwts commented 9 years ago

Über-nubish question. How do I test my local changes in norch-bootstrap? Do I symlink my repo into node_modules for norch, or do I git init inside node_modules?

fergiemcdowall commented 9 years ago

Yes, I tend to do the symlink thing: clone norch-bootstrap somewhere else in the system, and then symlink to it from the node_modules inside norch.

fergiemcdowall commented 9 years ago

Although I do believe there are other, possibly more sophisticated ways to do it

mewwts commented 9 years ago

Thanks @fergiemcdowall, will try to close this this week.

fergiemcdowall commented 9 years ago

nice fix!