[Build] Add compatibility with text plugin
Allow templates to be loaded via the text plugin, which in turn will allow these to be built into the final JS artifact.
This commit is contained in:
2
main.js
2
main.js
@@ -30,7 +30,7 @@ requirejs.config({
|
||||
"moment": "bower_components/moment/moment",
|
||||
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",
|
||||
"screenfull": "bower_components/screenfull/dist/screenfull.min",
|
||||
"text": "bower_components/text/text.js",
|
||||
"text": "bower_components/text/text",
|
||||
"uuid": "bower_components/node-uuid/uuid"
|
||||
},
|
||||
"shim": {
|
||||
|
||||
Reference in New Issue
Block a user