From 2375bd005307de3709567e95c639215876d17ef2 Mon Sep 17 00:00:00 2001 From: HD Haasbroek Date: Tue, 25 Jul 2017 16:05:02 +0200 Subject: [PATCH] #24 updated config --- my.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my.conf.js b/my.conf.js index be1b122..bf64118 100644 --- a/my.conf.js +++ b/my.conf.js @@ -15,7 +15,7 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ - 'build/*.js', + 'build/helloworld.js', 'tests/*.js' ],