Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Exclude depend! plugin from the built bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Feb 2, 2012
1 parent d1fdde2 commit 68ad57f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deploy: STRUCTURE = jquery.mobile.structure-${VER_OFFICIAL}
THEME = default

RUN_JS = @@java -XX:ReservedCodeCacheSize=64m -classpath build/js.jar:build/google-compiler-20111003.jar org.mozilla.javascript.tools.shell.Main

#RUN_JS = @@node


# Build Targets
Expand Down Expand Up @@ -100,7 +100,7 @@ js: init
external/r.js/dist/r.js \
-o baseUrl="js" \
include=jquery.mobile \
exclude=jquery,../external/requirejs/order,../external/requirejs/text,../external/requirejs/text!../version.txt \
exclude=jquery,../external/requirejs/order,../external/requirejs/depend,../external/requirejs/text,../external/requirejs/text!../version.txt \
out=${OUTPUT}/${NAME}.compiled.js \
pragmasOnSave.jqmBuildExclude=true \
wrap.startFile=build/wrap.start \
Expand Down
8 changes: 7 additions & 1 deletion build/docs.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
modules: [
{
name: "jquery.mobile.docs",
exclude: [ "jquery", "../external/requirejs/order" , "../external/requirejs/text", "../external/requirejs/text!../version.txt" ]
exclude: [
"jquery",
"../external/requirejs/depend",
"../external/requirejs/order",
"../external/requirejs/text",
"../external/requirejs/text!../version.txt"
]
}
],

Expand Down

0 comments on commit 68ad57f

Please sign in to comment.