mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Move Apache mod_rewrite gzip/brotli rules to /snappymail/v/0.0.0/static/
This commit is contained in:
parent
7e43bfc6b0
commit
c1fbd8a5d2
3 changed files with 18 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ config.paths.staticMinJS = 'snappymail/v/' + config.devVersion + '/static/js/min
|
|||
config.paths.staticCSS = 'snappymail/v/' + config.devVersion + '/static/css/';
|
||||
|
||||
config.paths.assets = {
|
||||
src: 'assets/**/*.*'
|
||||
src: ['assets/**/*.*', 'assets/**/.htaccess']
|
||||
};
|
||||
|
||||
config.paths.less = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue