Currently index.js sets paths like so: ``` CMS.App.set("views", __dirname + "/views/adminlte"); ``` Should use the path module so the paths get concat. correctly (to work for PC's for instance).
Currently index.js sets paths like so:
Should use the path module so the paths get concat. correctly (to work for PC's for instance).