Added r.js as a submodule

Removed almond
This commit is contained in:
Ghislain Seguin 2011-12-24 00:37:15 -08:00
parent 42190caef2
commit f7e0f51230
4 changed files with 6 additions and 9046 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "external/r.js"]
path = external/r.js
url = git://github.com/jrburke/r.js.git

View file

@ -52,7 +52,7 @@ all: init css js zip notify
# Build and minify the CSS files
css: init
# Build the CSS file with the theme included
@@node external/r.js -o cssIn=css/themes/default/jquery.mobile.theme.css out=${OUTPUT}/${NAME}.compiled.css
@@node external/r.js/dist/r.js -o cssIn=css/themes/default/jquery.mobile.theme.css out=${OUTPUT}/${NAME}.compiled.css
@@cat LICENSE-INFO.txt | ${VER} > ${OUTPUT}/${NAME}.css
@@cat ${OUTPUT}/${NAME}.compiled.css >> ${OUTPUT}/${NAME}.css
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.css
@ -101,7 +101,7 @@ init:
# Build and minify the JS files
js: init
# Build the JavaScript file
@@node external/r.js -o baseUrl="js" \
@@node external/r.js/dist/r.js -o baseUrl="js" \
include=jquery.mobile,jquery.mobile.exports exclude=jquery,order \
out=${OUTPUT}/${NAME}.tmp.js \
pragmasOnSave.jqmBuildExclude=true \

1
almond

@ -1 +0,0 @@
Subproject commit 67cd7dc20cda49c877104acc9bf2bb7c8639f4bd

9043
external/r.js vendored

File diff suppressed because it is too large Load diff

1
external/r.js vendored Submodule

@ -0,0 +1 @@
Subproject commit 6edd8db1e5c9fc40a376097bff7c9e6358682356