0.0.3 • Published 9 years ago

twee-favicon-extension v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

twee-favicon-extension

Twee.io Logo

Gitter npm npm

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"
        }
    }
};