mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-01 17:34:37 +08:00
Q minified file
This commit is contained in:
parent
1a9e7696b2
commit
d0efae7d35
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,7 @@ cfg.paths.js = {
|
|||
'vendors/ssm/ssm.min.js',
|
||||
'vendors/jua/jua.min.js',
|
||||
'vendors/buzz/buzz.min.js',
|
||||
'vendors/Q/q.js',
|
||||
'vendors/Q/q.min.js',
|
||||
'vendors/Autolinker/Autolinker.min.js',
|
||||
'vendors/photoswipe/photoswipe.min.js',
|
||||
'vendors/photoswipe/photoswipe-ui-default.min.js',
|
||||
|
@ -394,6 +394,9 @@ regOtherMinTask('other:pace', 'vendors/simple-pace/', 'simple-pace.js', 'simple-
|
|||
regOtherMinTask('other:rl', 'vendors/rl/', 'rl.js', 'rl-1.5.min.js',
|
||||
'/*! RainLoop Index Helper v1.5 (c) 2015 RainLoop Team; Licensed under MIT */\n');
|
||||
|
||||
regOtherMinTask('other:q', 'vendors/Q/', 'q.js', 'q.min.js',
|
||||
'/*! (c) 2009-2012 Kris Kowal Licensed under MIT */\n');
|
||||
|
||||
gulp.task('fontastic-fonts:clear', function() {
|
||||
return cleanDir('rainloop/v/' + cfg.devVersion + '/static/css/fonts/rainloop.*');
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue