Jon Abrams

Results 39 comments of Jon Abrams

I briefly looked into using that a while back but couldn't figure out how to make it act the way I wanted the synth cli to act. If you can...

Yup, the reverse would also be good, an API GET endpoint without an associated view. For now though, I'd just use express to create the endpoint you require in back-app.js...

Nope, it makes a view endpoint for all GET API handlers: https://github.com/JonAbrams/synth/blob/master/synth.js#L121 On Thu, Aug 14, 2014 at 9:18 AM, Mikael Møller [email protected] wrote: > Yup, the reverse would also...

Thanks! But now that I have synthjs.com for use, it should link there.

Nice catch! This is likely due to the CSS files being concatenated and served up from the root path, breaking the relative URLs pointing to the font files. You can...

Hmm, I think it's because in production mode the server isn't serving up content from `front`. I suppose a fix is for it to server up files from `front/bower_components` at...

Thanks so much for the very well thought-out and presented feedback! On to your specific feedback: ## Proper Angular.js Directory Layout I agree that enforcing the current images/css/js/html directory structure...

Awesome, I look forward to it!

Interesting. How would Synth know which HTML partial to preload at a given path? Btw, I'm trying to think of how to get away from enforcing a particular front end...

Thanks Francisco & Dan, and sorry for not responding here sooner. Dan, I'll respond to you in my next comment. Francisco, thanks for making an example directory structure, it was...