Remove embedded qunit.js and syn.js, only use them as node modules

I will squash this commit with the previous so that qunit.js and syn.js
are never pushed to the repo.
This commit is contained in:
Henrik Ingo
2017-09-19 00:00:39 +03:00
parent 7aaea7fd37
commit deca6c0ec3
7 changed files with 8 additions and 6887 deletions

View File

@@ -9,7 +9,8 @@ module.exports = function( config ) {
proxies : {
'/test/' : '/base/test/',
'/js/' : '/base/js/'
'/js/' : '/base/js/',
'/node_modules/syn/dist/' : '/base/node_modules/syn/dist/'
},
// List of files / patterns to load in the browser
@@ -25,7 +26,7 @@ module.exports = function( config ) {
{pattern: "test/plugins/*/*.html", watched: true, served: true, included: false},
// JS files for iframe
{pattern: "js/impress.js", watched: true, served: true, included: false},
{pattern: "test/syn/syn.js", watched: true, served: true, included: false}
{pattern: "node_modules/syn/dist/global/syn.js", watched: false, served: true, included: false}
],
// List of files to exclude