twee-favicon-extension

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i twee-favicon-extension

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mesin