cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

Fix bash error on make.sh and create curl-with-js-and-css dist package. #132

Closed hthetiot closed 11 years ago

hthetiot commented 11 years ago
  1. Fix bash error on make.sh
  2. Error: ./make.sh: 5: ./make.sh: Bad substitution
  3. Issue using #!/bin/sh instead of #!/bin/bash
  4. Add curl-with-js-and-css package into dist via make-all.sh
  5. This package include js and css module and core curl
unscriptable commented 11 years ago

Hey @hthetiot!

Take a look at #127. We merged that into the dev branch already. Can you also merge your changes into dev? Be sure to leave the eisting #!/usr/bin/env bash on line 1 since IIUC that is even more universally compatible.

Thanks!

-- John

hthetiot commented 11 years ago

Thx, sry for duplicate. If you are in SF and want a free beer, feel free to contact.

unscriptable commented 11 years ago

np @hthetiot. Wish I were in SF more often! :)