I understand that I have to create an assets.coffee
file that configures how to compile and combine files together and the run cake assets:compile
to actually do it.
However, I tried that and I get the message: No such task: assets:compile
A related question - will Tower also handle inserting the files into the actual HTML (for example, a layout, or header or footer view)? Because the complied resource names are random every time, I cannot imagine it being some kind of manual work?