Split modules into different entry points, separate vendor modules

This commit is contained in:
Tautvidas Sipavičius
2015-08-13 18:08:44 +03:00
parent d19c1bca60
commit a0a50407b9
10 changed files with 2017 additions and 1162 deletions

View File

@@ -1,4 +1,4 @@
define('handlebars_helpers', ['lib/handlebars.min.js'], function(Handlebars) {
define('handlebars_helpers', ['handlebars'], function(Handlebars) {
// Handlebars helpers
Handlebars.registerHelper('concat', function() {
var size = (arguments.length - 1),