From 494ee831e66d59afbf02d42ba59b7ba21f61c011 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 5 Oct 2012 21:34:54 -0700 Subject: added less, moved bootstrap to less components --- htaccess.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htaccess.template') diff --git a/htaccess.template b/htaccess.template index 351842c..1672f1d 100644 --- a/htaccess.template +++ b/htaccess.template @@ -6,5 +6,5 @@ RewriteBase / # hide git directory (and others) RedirectMatch 404 \.(git|cvs|svn|bzr|hg)(/.*|$) -# use autoversioning of js and css files -RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js)$ $1.$2 [L] +# use autoversioning of js, less, and css files +RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js|less)$ $1.$2 [L] -- cgit v1.2.3-18-g5258