Browse Source

Updated information of files, required during minify

coderhs 11 years ago
parent
commit
8a795d87ba
1 changed files with 5 additions and 2 deletions
  1. 5 2
      Gruntfile.js

+ 5 - 2
Gruntfile.js

@@ -39,6 +39,7 @@ module.exports = function(grunt) {
                         "require": "components/requirejs/require",
                         "jquery": "components/jquery/jquery",
                         "jed": "components/jed/jed",
+			"crypto.aes": "components/crypto-js/src/aes",
                         "locales": "locale/locales",
                         "af": "locale/af/LC_MESSAGES/af",
                         "de": "locale/de/LC_MESSAGES/de",
@@ -46,12 +47,14 @@ module.exports = function(grunt) {
                         "es": "locale/es/LC_MESSAGES/es",
                         "hu": "locale/hu/LC_MESSAGES/hu",
                         "it": "locale/it/LC_MESSAGES/it",
+			"fr": "locale/fr/LC_MESSAGES/fr",
+			"otr": "components/otr/lib/otr",
                         "pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR", 
                         "ru": "locale/ru/LC_MESSAGES/ru",
-                        "tinysort": "components/tinysort/src/jquery.tinysort",
+                        "jquery.tinysort": "components/tinysort/src/jquery.tinysort",
                         "underscore": "components/underscore/underscore",
                         "backbone": "components/backbone/backbone",
-                        "localstorage": "components/backbone.localStorage/backbone.localStorage",
+                        "backbone.localStorage": "components/backbone.localStorage/backbone.localStorage",
                         "strophe": "components/strophe/strophe",
                         "strophe.muc": "components/strophe.muc/index",
                         "strophe.roster": "components/strophe.roster/index",