twee-favicon-extension
v0.0.3
Published
Favicon Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js
Downloads
7
Maintainers
Readme
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 --save
Editing 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"
}
}
};