Skip to content
Browse files

[ci skip] Mentioning sample .htaccess file

  • Loading branch information...
1 parent 81390d1 commit ba7201bd48d9e6fe56cae61dcfba9db8a9256246 @hassankhan hassankhan committed
Showing with 4 additions and 6 deletions.
  1. +3 −3 .htaccess
  2. +1 −0 README.md
  3. +0 −3 bower.json
View
6 .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
-# <FilesMatch ".(js|css)$">
-# Header set Cache-Control "max-age=604800, public"
-# </FilesMatch>
+<FilesMatch ".(js|css)$">
+ Header set Cache-Control "max-age=604800, public"
+</FilesMatch>
View
1 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
View
3 bower.json
@@ -14,9 +14,6 @@
"ignore": [
"**/.*",
"node_modules",
- "bower_components",
- "/vendor/",
- "test",
"tests"
]
}

0 comments on commit ba7201b

Please sign in to comment.
Something went wrong with that request. Please try again.