exposing lodash as a client-side module

v1.18.x
Julian Lam
parent 2b95dfde91
commit 3df2ab7cb9

@ -98,6 +98,7 @@ JS.scripts = {
'jqueryui.js': 'public/vendor/jquery/js/jquery-ui.js', 'jqueryui.js': 'public/vendor/jquery/js/jquery-ui.js',
'zxcvbn.js': 'node_modules/zxcvbn/dist/zxcvbn.js', 'zxcvbn.js': 'node_modules/zxcvbn/dist/zxcvbn.js',
ace: 'node_modules/ace-builds/src-min', ace: 'node_modules/ace-builds/src-min',
'lodash.js': 'node_modules/lodash/lodash.js',
}, },
}; };

Loading…
Cancel
Save