mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
(js) Use lodash and remove old dependencies
Replaced underscore by lodash
This commit is contained in:
@@ -113,7 +113,7 @@ module.exports = function(grunt) {
|
||||
'<%= src %>/angular-recursion/angular-recursion{,.min}.js',
|
||||
'<%= src %>/angular-file-upload/angular-file-upload{,.min}.js{,map}',
|
||||
//'<%= src %>/ng-file-upload/ng-file-upload{,.min}.js{,map}',
|
||||
'<%= src %>/underscore/underscore-min.{js,map}'
|
||||
'<%= src %>/lodash/lodash{,.min}.js'
|
||||
];
|
||||
for (var j = 0; j < js.length; j++) {
|
||||
var files = grunt.file.expand(grunt.template.process(js[j], {data: options}));
|
||||
|
||||
@@ -6,12 +6,9 @@
|
||||
"angular-animate": "1.3.x",
|
||||
"angular-sanitize": "1.3.x",
|
||||
"angular-ui-router": "latest",
|
||||
"ui-router-extras": "latest",
|
||||
"angular-recursion": "latest",
|
||||
"angular-file-upload": "latest",
|
||||
"angular-material": "master",
|
||||
"compass-mixins": "latest",
|
||||
"underscore": "latest",
|
||||
"lodash": "latest",
|
||||
"breakpoint-sass": ">=2.4.2"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user