From ba7201bd48d9e6fe56cae61dcfba9db8a9256246 Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Sat, 27 Sep 2014 21:28:16 +0100 Subject: [PATCH] [ci skip] Mentioning sample .htaccess file --- .htaccess | 6 +++--- README.md | 1 + bower.json | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 5af4f998..0f7cf96e 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,6 @@ AddOutputFilterByType DEFLATE text/html text/event-stream text/xml text/css text/javascript application/javascript application/json # Set cache lifetime for these files as a week -# -# Header set Cache-Control "max-age=604800, public" -# + + Header set Cache-Control "max-age=604800, public" + diff --git a/README.md b/README.md index 74c7e36d..4b19f093 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Go to this project's [GitHub pages](http://hassankhan.github.com/emojify.js) to - Available on a CDN **(gasp)** - Converts emoticons like `:) :( :'(` - Allows customisation of processed emoji +- Includes a [sample `.htaccess` file](.htaccess) for caching Javascript and CSS - Switchable emoji sets **(SOON!)** ## Installation diff --git a/bower.json b/bower.json index 78d84e79..48d8c276 100644 --- a/bower.json +++ b/bower.json @@ -14,9 +14,6 @@ "ignore": [ "**/.*", "node_modules", - "bower_components", - "/vendor/", - "test", "tests" ] }