mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Remove more unused knockout code
This commit is contained in:
parent
d0f5828751
commit
ff6fb41812
14 changed files with 224 additions and 399 deletions
2
vendors/knockout/Gruntfile.js
vendored
2
vendors/knockout/Gruntfile.js
vendored
|
|
@ -97,7 +97,7 @@ module.exports = function(grunt) {
|
|||
function buildDebug(output) {
|
||||
var source = [];
|
||||
source.push(grunt.config('banner'));
|
||||
source.push('(function(){\n');
|
||||
source.push('(()=>{\n');
|
||||
source.push('var DEBUG=true;\n');
|
||||
source.push(getCombinedSources());
|
||||
source.push('})();\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue