fix(): fixed systemjs config for test

pull/4119/head
Torkel Ödegaard 9 years ago
parent 8c2f7ac083
commit 773a13dc26
  1. 2
      public/test/test-main.js

@ -10,6 +10,8 @@
baseURL: '/base/',
defaultJSExtensions: true,
paths: {
'tether': 'vendor/npm/tether/dist/js/tether.js',
'tether-drop': 'vendor/npm/tether-drop/dist/js/drop.js',
'moment': 'vendor/moment.js',
"jquery": "vendor/jquery/dist/jquery.js",
'lodash-src': 'vendor/lodash.js',

Loading…
Cancel
Save