The-Authenticators / gitpom

A pomodoro timer which integrates with github issues for mad efficiency and cool stuff.
https://salty-wave-92062.herokuapp.com/
MIT License
7 stars 4 forks source link

Change relativeTo #61

Closed tbtommyb closed 7 years ago

tbtommyb commented 7 years ago
    relativeTo: __dirname,
    path: '../views',
    layoutPath: '../views/layout/',
    helpersPath: '../views/helpers/',
    partialsPath: '../views/partials/',

If you made relativeTo include the ../views you could save writing it out each time.