vrk / weeknotes

A web app that keeps track of your weekly notes
https://weeknotes.herokuapp.com/
0 stars 1 forks source link

Get rid of relative paths in imports/requires #28

Open vrk opened 8 years ago

vrk commented 8 years ago

Gahh the relative paths e.g. import DateUtil from '../../lib/DateUtil.js' look like garbage.

Should probably figure out a way to do absolute paths from root.