-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build instructions #6
Comments
On Sun, Jan 22, 2012 at 3:14 PM, Raynos <
Right. You can use the builder (recommended) or globally replace the ASP
Been meaning to do that.
But I want the documentation in the repo so people can update it. :)
|
Basically, replace "<%" with "//<%" in a text editor, reverse to put it Or, if you have a Windows Web server that supports ASP (e.g. Personal Web And ultimately, I will have to copy the changed file(s) to the Web server. On Sun, Jan 22, 2012 at 3:40 PM, David Mark [email protected] wrote:
|
There are no instructions on how to turn mylib.asp into a javascript file.
This may be a good time to add a README.
recommended README.md format
Note the API documentation should just link to the website.
Also note that github projects without readmes are considered "unfriendly". At least I personally find them so.
Further note: Using asp as a build system is "ugly" and not very cross-platform system. It's "popular" these days to use node.js as a build system. Note that using node.js (or any other build system) would allow you to split the main mylib file into multiple files (similarly to how jQuery does so). As for being cross platform one can use makefiles to run a node build file in *unix environments and use windows .cmd files to run build scripts in a windows environment.
The text was updated successfully, but these errors were encountered: