Skip to content

Commit

Permalink
More plugin cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Mar 13, 2011
1 parent ea2ef9b commit faa215f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions bin/x.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ var console;

if (useRequireBuildPath) {
exec("require({" +
"baseUrl: '" + requireBuildPath + "build/jslib/'," +
"paths: {" +
" require: '../../require'" +
"}," +
"argsHasRequirePath: true" +
"baseUrl: '" + requireBuildPath + "build/jslib/'" +
"})", 'bootstrap');
}

Expand Down
1 change: 0 additions & 1 deletion tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Release Notes 0.24

- update docs to mention how to get the plugins by themselves?
- Put the plugins on the download page? Or separate plugins wiki listing page?
- Remove text and i18n plugins from r.js.

- Plugins cannot have dependencies in a build, and should not be modules that are already combined with other
modules.
Expand Down

0 comments on commit faa215f

Please sign in to comment.