Procházet zdrojové kódy

Merge pull request #669 from clkao/release-lodash

Fix release build rules following 23c9f97 and #659
Torkel Ödegaard před 11 roky
rodič
revize
448a5c00fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tasks/options/requirejs.js

+ 1 - 1
tasks/options/requirejs.js

@@ -51,7 +51,7 @@ module.exports = function(config,grunt) {
         'modernizr',
         'timepicker',
         'datepicker',
-        'underscore',
+        'lodash',
         'filters/all',
         'jquery.flot',
         'services/all',