Skip to content

Commit 5115b4a

Browse files
committed
Wrong comment in build.js, maybe copy/paste error from other example
1 parent eb3aaf5 commit 5115b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"mainConfigFile": "../www/js/app.js",
1111

1212
"modules": [
13-
//Optimize the application files. jQuery is not
14-
//included since it is already in require-jquery.js
13+
//Optimize the application files. jQuery and the plugins will be included
14+
//automatically, as they are dependencies of app.js.
1515
{
1616
"name": "app"
1717
}

0 commit comments

Comments
 (0)