Nathaniel Talbott
Nathaniel Talbott
This actually already works; if you create a Personal Access Token here:  You can then change config.ini like this: ``` [login] username = password...
@myronmarston totally; that's a big part of the goal here. Currently my plan is to pipeline the writing of all indexes for a particular primary key in a single EVAL...
Here now! Already bedded down for the night, but we should catch up tomorrow. On Thu, Nov 7, 2013 at 12:01 PM, Myron Marston [email protected]: > [image: :+1:] BTW, are...
Huh, interesting. @jlong any opinion on this? I don't really like the idea of making the layouts directory special, but maybe we could allow dropping a "crumb" in a directory...
So one approach would be a top-level file (like .serve-ignore) that specifies globs. Another (simpler) approach would be to allow dropping a .no-export file in a directory to have it...
Can you strip this down to a simple serve project that demonstrates the problem?
Do you have an outline of what else you think the doc needs?
@gustin, was your issue with slim resolved? @manalang, that's true, capture is currently only supported for erb templates. You might be able to use the new pipelining to do the...
So the way you want it to work is that serve first renders the .html file, and only processes the template if the .html file doesn't exist?
Got it - will see what I can do about that.