1 decade ago by mmaxwell
Instead of hardcoding the path to the lib/impact/ folder, why not use relative paths? ./font.js instead of lib/impact/font.js?
This would allow users to structure their directory however they want. For instance, ExpressJS encourages you to use a structure such as root/public/javascripts, and other patterns include includes/js/, etc.
This would allow users to structure their directory however they want. For instance, ExpressJS encourages you to use a structure such as root/public/javascripts, and other patterns include includes/js/, etc.