Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
[ci skip] Mentioning sample .htaccess file
Browse files Browse the repository at this point in the history
Hassan Khan committed Sep 27, 2014
1 parent 81390d1 commit ba7201b
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -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
# <FilesMatch ".(js|css)$">
# Header set Cache-Control "max-age=604800, public"
# </FilesMatch>
<FilesMatch ".(js|css)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -14,9 +14,6 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"/vendor/",
"test",
"tests"
]
}

0 comments on commit ba7201b

Please sign in to comment.