Joey Di Nardo

Results 11 issues of Joey Di Nardo

Is this project abandoned? I'm willing to help keep the project alive as a maintainer.

Added reapp (http://reapp.io) icon

Added LiveScript (http://livescript.net) icon

Added electron logo (http://electron.atom.io/)

Added SailsJS (http://sailsjs.org/) icon Note: This was my interpretation of how to contribute after reading the readme.md (and the request to not alter the selection.json), so please let me know...

#### Issue Description ``` /** * Routes Configuration * (trails.config.routes) * * Configure how routes map to views and controllers. * * @see http://trailsjs.io/doc/config/routes.js */ ``` `/routes.js` should just be...

pull request wanted

Hi everyone, just wanted to share with you our current branding efforts courtesy @jonhargreaves . The second photo is a quick mock of the logo applied to the TrailsMix app,...

discussion
ux

``` /** * Views Configuration * (app.config.views) * * @see http://trailsjs.io/doc/config/views.js */ const handlebars = require('handlebars') module.exports = { engine: handlebars } ``` Few items: • Need View docs for...