Lockit v0.7.2 Release Notes

Release Date: 2014-04-03 // about 10 years ago
    • ➕ add exports.restIndexPage = 'public/index.html' to default config

    You are now able to specify the starting page for your single page application. It defaults to public/index.html. The path is relative to your app.js. You can also choose a .jade file exports.restIndexPage = 'main.jade'. The path for the .jade file is relative to the folder you've set via app.set('views', __dirname + '/views') (in this case the views/ folder).

    ...