added lib text.js to load external templates

This commit is contained in:
floydpraveen
2013-08-22 17:44:56 +05:30
parent fc49713246
commit 73d06af4d7
2 changed files with 310 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ require.config({
lodash:"vendor/lodash.min",
backbone: "vendor/backbone",
modernizr:"vendor/custom.modernizr",
socket:"vendor/socket.io.min"
socket:"vendor/socket.io.min",
text:"vendor/text"
},
shim: {