Skip to content

Commit afd87e3

Browse files
committed
Merge pull request requirejs#3 from lchngr/master
Changed comment in build.js about jQuery getting included
2 parents eb3aaf5 + 5115b4a commit afd87e3

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)