Hacker News new | ask | show | jobs
by hughw 5308 days ago
Havre you looked into the dojo build system? That's how you make your single minified js file. Pretty straightforward, I think? http://dojotoolkit.org/reference-guide/build/
2 comments

Yep, but sadly I've made a few attempts and failed miserably.

Perhaps I'm too spoiled by jQuery UI Builder. I'd much rather prefer something like this where I can just pick the widgets I know I'm using: http://jqueryui.com/download

Have a look at http://build.dojotoolkit.org/ (though I never used it myself, I'm using their command line build tool).
http://build.dojotoolkit.org/ should soon be updated for 1.7. The CDN will be available asap.
Wow, thank you! How did I miss this? You have no idea how happy this made me.
Pretty starightfoward until you hit a hard-to-google for problem. Yesterday my build process was crashing because I used Windows backslashes in a command line argument instead of the Unix slashes that it expected :(