diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-04-22 22:34:49 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-04-22 22:34:49 +1000 |
commit | 8c649cecb0078addaf63a5e44f6a95eb930d15cc (patch) | |
tree | 142263d2e78addfbc88d7bbc363de919820c33d6 /examples/nodejs-mongodb-mongoose-restify/build/build.sh | |
parent | e5f8494a4fb9ce62cf1cb7015451694c18ddf006 (diff) | |
download | backbonetutorials-8c649cecb0078addaf63a5e44f6a95eb930d15cc.zip backbonetutorials-8c649cecb0078addaf63a5e44f6a95eb930d15cc.tar.gz backbonetutorials-8c649cecb0078addaf63a5e44f6a95eb930d15cc.tar.bz2 |
blh
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/build/build.sh')
-rwxr-xr-x | examples/nodejs-mongodb-mongoose-restify/build/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/build/build.sh b/examples/nodejs-mongodb-mongoose-restify/build/build.sh new file mode 100755 index 0000000..a9f1a56 --- /dev/null +++ b/examples/nodejs-mongodb-mongoose-restify/build/build.sh @@ -0,0 +1,6 @@ +rm -rf output +node r.js -o build.js +node r.js -o cssIn=../css/styles.css out=output/css/styles.css + +cp ../index.html output/index.html +sed -i 's/js\/libs\/require\/require.js/http:\/\/requirejs.org\/docs\/release\/1.0.5\/minified\/require.js/g' output/index.html |