Skip to content

Commit

Permalink
Temporary loading file
Browse files Browse the repository at this point in the history
Only load dw-acritarche template
  • Loading branch information
Gulix committed Sep 5, 2017
1 parent 4d7e00b commit d3e5913
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions src/js/templates/load-templates.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,10 @@
define([
'json!templates/apres-accident.json',
'json!templates/arabesque-event.json',
'json!templates/AuNomEmpereurCharacter.json',
'json!templates/basic-effects.json',
'json!templates/bloodbowl-starplayerv3.json',
'json!templates/dungeonworld-moves.json',
'json!templates/frostgrave-monstercard.json',
'json!templates/pulpalley-charactercard.json',
'json!templates/pulpalley-fortunecard.json',
'json!templates/pulpcity-misc.json',
'json!templates/wquest-silvertower-herocard.json'],
'json!templates/dw-acritarche.json'],
function(
tpl1, tpl2, tpl3, tpl4, tpl5, tpl6, tpl7, tpl8, tpl9, tpl10, tpl11)
tpl1)
{ return { load: function() {
var list = [ ];
list.push(tpl1);
list.push(tpl2);
list.push(tpl3);
list.push(tpl4);
list.push(tpl5);
list.push(tpl6);
list.push(tpl7);
list.push(tpl8);
list.push(tpl9);
list.push(tpl10);
list.push(tpl11);
return list;

} }; });
} }; });

0 comments on commit d3e5913

Please sign in to comment.