From 5115b4a3b31ea33a786972bb58e06a7c43f65912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=BCchinger?= Date: Wed, 12 Jun 2013 12:12:06 +0300 Subject: [PATCH] Wrong comment in build.js, maybe copy/paste error from other example --- tools/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build.js b/tools/build.js index f650c62..f2a6b1d 100644 --- a/tools/build.js +++ b/tools/build.js @@ -10,8 +10,8 @@ "mainConfigFile": "../www/js/app.js", "modules": [ - //Optimize the application files. jQuery is not - //included since it is already in require-jquery.js + //Optimize the application files. jQuery and the plugins will be included + //automatically, as they are dependencies of app.js. { "name": "app" }