adamfowleruk / mljs

MarkLogic REST API JavaScript wrapper for NodeJS and Browser Apps
http://adamfowleruk.github.io/mljs/apidocs/core/tutorial-all.html
Other
33 stars 19 forks source link

Install mljs file in a separate subdirectory #40

Closed peterskim12 closed 10 years ago

peterskim12 commented 10 years ago

Currently the mljsme script copies all the mljs JavaScript files into the public/js folder by default. It would be cleaner to have it create a subdirectory under public/js and dump the files in there.

adamfowleruk commented 10 years ago

As luck would have it, I also came to the same conclusion. mljsme.sh in V1.0.0 (MASTER) includes this - it creates js/mljs and css/mljs. Still using /images for all images (because I actually don't have any yet!)