Browse Source

Remove extra.d folder to get rid of build error

pull/325/head
Simon Eisenmann 9 years ago
parent
commit
1532e1c2d6
  1. 4
      static/js/main.js

4
static/js/main.js

@ -56,9 +56,7 @@ require.config({ @@ -56,9 +56,7 @@ require.config({
'partials': '../partials',
'sounds': '../sounds',
'translation': '../translation',
'extra.d': '../../../extra.d'
'translation': '../translation'
},
shim: {
'modernizr': {

Loading…
Cancel
Save