Warning! Heavy work in progress.
ramone is a tiny build system for creating JS frontend apps from CoffeeScript sources, made in order to minimise the footprint made when working on small projects that do not benefit from the usage of larger build systems (e.g. GruntJS).
Point ramone to the app main sourcefile, which will be processed, compiled and saved into the provided output file.
ramone source output
###
This includes file Band.coffee, relative to the parent directory of app main sourcefile.
###
##!Band.coffee
# We can do stuff with band now.
ramones = new Band()