nickdesaulniers / where-is-firefox-os

A map showing where in the world Firefox OS phones are being sold.
http://nickdesaulniers.github.io/where-is-firefox-os/
Other
15 stars 4 forks source link

cat *.min.js #13

Closed nickdesaulniers closed 10 years ago

nickdesaulniers commented 10 years ago

cc @cvan

nickdesaulniers commented 10 years ago

while clever, this will not work for linear dependency chains unless the dependents are lower in alphabetical order. Such a naming scheme to preserve the build system is brittle and not worth it.

cvan commented 10 years ago

yeah if you do classic AMD, this would work. otherwise, you'd want to use something like browserify (which is arguably overkill for this project).