0.0.3 • Published 11 years ago
twee-favicon-extension v0.0.3
twee-favicon-extension

Favicon Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Installs favicon middleware that can be configured over twee.io config. During installing favicon handler it checks if favicon file exists. If not - then it doesn't installs
To install it use this command:
npm install twee-favicon-extension --saveEditing package.json of your application:
"dependencies": {
"twee-favicon-extension": "*"
}Turning extension ON in application/configs/twee.js:
module.exports = {
"extensions": {
"Favicon": {
"module": "twee-favicon-extension"
}
}
};